body {
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    background-image: linear-gradient(to right, #215918, #4d8d37);
}

.content {
    margin-top: 2vh;
    display: block;
    text-align: center;
}

h1 {
    font-size: 4rem;
    font-size: 4vw;
    margin-bottom: 0;
    line-height: 2vh;
}

h2 {
    font-size: 3rem;
    font-size: 3vw;
}

.coming-soon {
    font-style: italic;
}

img {
    width: 60vw;
    margin-bottom: 5vh;
}


@media (max-width: 1000px) {
    .content {
        margin-top: 15vh;
    }

    h1 {
            font-size: 2rem;
            font-size: 8vw;
        }
    
    h2 {
            font-size: 1.7rem;
            font-size: 6vw;
            font-style: italic;
        }
    
    img {
            width: 90vw;
        }
    
}

