.main-bg {
    background-color: #FF81BE;
}

div.header-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    ;

    div.logo{
        background-image: url("../img/celestia-logo_fondo_rosa.png") !important;  
        height: 201px;
        width: 428px;
    }

    div.comming-soon{
        margin-top: 100px;
        font-family: cursive;
        text-transform: uppercase;
        font-size: 30px;
        color: whitesmoke;
    }

    div.xio-name {      
        margin-top: 100px;  
        font-family: 'Brush Script MT', cursive;
        font-size: 40px;
        color: whitesmoke;
    }
}



