body{
    background-color: rgb(255, 255, 235);
}

#pictures{
    text-align: center;
    display: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
}

.responsive {
    max-width: 100%;
    height: auto;
}

h1{
    color: rgb(201, 61, 63);
    text-shadow: -1px -1px 0 rgb(87, 49, 15), 1px -1px 0 rgb(87, 49, 15), -1px 1px 0 rgb(87, 49, 15), 1px 1px 0 rgb(87, 49, 15);
    text-shadow: 0 0 1vw #fff, 0 0 30px rgb(87, 49, 15);
    font-size: 15vw;
    text-align: center;
    font-family: 'Tangerine', cursive;
    margin-top: -35vw;
    text-align: center;
    display: absolute;
    margin-left: auto;
    margin-right: auto;
}

p{
    font-family: 'Coming Soon', cursive;
    color: rgb(77, 77, 77);
    font-size: 5vw;
    margin-left: 2vw;
    margin-right: 3vw;
}

h2{
    font-family: 'Coming Soon', cursive;
    color: rgb(51, 51, 51);
    font-size: 10vw;
    text-align: right;
    margin-right: 3vw;
    margin-top: -2vw;
}

footer{
    font-family: 'Tangerine', cursive;
    text-align: center;
    font-size: 5vw;
    margin-top: 25vw;
}

a{
    color: grey;
    text-decoration: none;
}