@font-face {
    font-family: 'eurostile-black';
    src: url('fonts/Eurostile-Black.otf');
}
body {
    position:relative;
    font-family: 'eurostile-black';
    min-height:100vh;
    margin:0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
p {
    font-size:34px;
    line-height: 1;
    margin-bottom:0px;
    margin-top:0px;
}
img {
    display: block;
    max-width: 100%;
}
.comingSoonContainer {
    position:relative;
    width:100%;
    max-width: 885px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top:30px;
    padding-bottom:30px;
}

@media screen and (min-width:768px) {
    .imageWrapper {
        margin-top:-130px;
        z-index: -1;
        position:relative;
        align-self: end;
    }
    .imageWrapper .vertical {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(50%, -90%) rotate(90deg);
        margin-top: 0;
        margin-bottom: 0;
        display: block;
    }
    .bottomWrapper {
        position: absolute;
        left: -225px;
        bottom: 0px;
        width: auto;
    }
    .bottomWrapper p {
        transform: none;
    }
}

@media screen and (max-width:767px) {
    .comingSoonContainer >img {
        max-width: 320px;
    }
    .imageWrapper img {
        max-width: 290px;
        margin-top:20px;
    }
    .vertical {
        text-align: center;
        margin-top:15px;
        margin-bottom:15px;
    }
    .bottomWrapper {
        text-align: center;
    }
    p {
        font-size:22px;
    }
}
