body{
    margin: 0;
    padding: 0;
    background: url("../img/bg.jpg") center center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.coming_soon{
    img{
        width: 16em;
        margin-bottom: 1.5em;
         @media (min-width: 1024px){
             width: 30em;
         }
    }
}
h1{
    font-size: 1.6em;
    line-height: 150%;
    font-family: 'goodly';
    src: url('../fonts/goodly-medium-webfont.woff2') format('woff2'),
         url('../fonts/goodly-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    color: white;
    max-width: 40em;
      @media (min-width: 1024px){
             font-size: 2.4em;
         }
}