body, html {
    margin: 0;
    padding: 0;
    height: 100%; 
}

.coming-soon {
    background-image: url('coming_soon.png');

    height: 100vh; 
    width: 100%;

    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;

    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Arial, sans-serif;
}
