body {
    background-color: #D4BACF;
}
.wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.container > div {
    text-align: center;    
}

img {
    max-width: 75vw;
}

.coming-soon {
    max-width: 75vw;
    font-size: 32px;
    color: #F7D1C2;
    text-align: center;
    margin-top: 20;
    white-space: no-wrap;
    font-family: 'made_sunflower';
}

@media (min-width: 576px) {
    .coming-soon {
        font-size: 64px;
    }    
}

@font-face {
    font-family: 'made_sunflower';
    src: url('/fonts/made_sunflower-webfont.woff2') format('woff2'),
         url('/fonts/made_sunflower-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}