/* Reset de estilos predeterminados del navegador */
body, html {
    margin: 0;
    padding: 0;
}

/* Estilo para el cuerpo del documento */
body {
    background-color: #272F5F;
    height: 100vh;
    overflow: hidden;
}

/* Estilos para el contenedor */
.comming-soon-container {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}
@media (max-width: 575.98px) {
    .comming-soon-container {
        background-image: url('../src/comming-soon/web-02.webp');
    }
}
@media (min-width: 576px) {
    .comming-soon-container {
        background-image: url('../src/comming-soon/web-01.webp');
    }
}