html, body{
    margin: 0;
    padding: 0;
    background-color: black;
}

h1{
    color: rgb(230, 148, 207);
    font-size: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub{
    font-family: Helvetica, sans-serif;
    font-size: medium;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    color: white;
}

.pictures{
    width: 100%;
    height: 100vh
    background-position: center;
}
.row{
    display: flex;
    width: 100%;
    height: 40%;
    margin: 1rem;
}
.box{
    width: 60%;
    height: 40vh;
    background: aquamarine;
    background-size: cover;
    margin: 0;
    border-radius: 8px;
}

#box1{
    background-image: url(../img/DSCF7004.jpg);
}
#box2{
    background-image: url(../img/DSCF7014.jpg);
}
#box3{
    background-image: url(../img/DSCF7020.jpg);
}
#box4{
    background-image: url(../img/DSCF7262.jpg);
}
#box5{
    background-image: url(../img/DSCF7053.jpg);
}
#box6{
    background-image: url(../img/DSCF7059.jpg);
}
#box7{
    background-image: url(../img/DSCF7064.jpg);
}
#box8{
    background-image: url(../img/DSCF7067.jpg);
}
#box9{
    background-image: url(../img/DSCF7097.jpg);
}
#box10{
    background-image: url(../img/DSCF7193.jpg);
}
#box11{
    background-image: url(../img/DSCF7213.jpg);
}
#box12{
    background-image: url(../img/DSCF7232.jpg);
}