body {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background-color: #dddddd;
}

div.comming_soon {
    background: url(../../assets/img/comming_soon.png);
    width: 100%;
    height: 100dvh;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
div.comming_soon {
    background-size: 95%;
    height: 100dvh !important;
}
}