body{
    background-color:#111;
    margin:0;
}
.container{
    width:100vw;
    margin:auto;
}
.banner{
    height:33vh;
    overflow:hidden;
}
.banner img{
    width:100%;
}
.toptext{
    background-color:#111;
    position:sticky;
    top:0;
    padding:0.1em 0;
}
@media only screen and (min-width:600px){
    .container{
        width:64vw;
    }
    .banner{
        height:40vh;
        overflow:hidden;
    }
    .banner img{
        transform:translateY(-15vh);
    }
}
h1,h2{
    color:#fff;
    text-align:center;
    font-family:"Gravitas One";
    line-height:0.5em;
}
h2{
    font-size:1.1em;
}
*{color:white;font-family:"Gravitas One";}
.main{
    text-align:center;
}
.main img{
    max-width:100%;
    max-height:84vh;
    margin: auto;
    padding-top:1em;
}