html{
    margin:0;
    padding:0;
}

body{
    background-image: url("assets/background-image.jpg");
    background-position: top center;
    font-family: 'Montserrat', sans-serif;
    color: #A2D06E;
    margin:0;
    padding:0;
}

a{
    color: #FFFFFF;
    text-decoration: none;
}

header div{
    margin: 0 10px;
}

header img{
    width:100%;
}

.container{
    margin: 0 45px;
    font-size: 17px;
}

.creative-image img{
    width: 100%;
    display: block;
    margin: auto;
}

.creative-content{
    margin-top: 45px;
}

.creative-content h1{
    font-size: 33px;
}


footer{
    margin: 45px;
    font-size: 16px;
    text-align: center;
}

/* On screens that are 600px or less, set the background color to olive */
@media (min-width: 850px) {

    header div{
        margin: 0 41px;
    }

    header img{
        display: block;
        margin: 0;
        width: auto;
    }

    .container{
        display: flex;
        justify-content: space-between;
        margin: 0 100px;
    }

    .creative-image img{
        width: 100%;
        max-width: 800px;
    }

    .creative-content{
        display: flex;
        flex-direction: column;
        margin-top: 0px;
        margin-left: 100px;
        justify-content: center;
    }

    .creative-content h1{
        font-size: 32px;
    }

    .creative-content p{
        font-size: 16px;
    }

    footer{
        font-size: 16px;
    }
}
