
@font-face {

    font-family: Baruj;
    
    src: url('../font/Preahvihear-Regular.ttf');
    
    }

*{
    
    padding: 0px;
    margin: 0px;
}
body{
    background-color:#131215/*131215 256256*/;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
justify-content: center;
}
#barraCarga
{
    height: 90%;
    display: block;
    margin: auto;
}
#logoColor
{
    position: absolute;
    z-index: 100;
    height: 35%;
    top:5%;
    
    
}
#textoCarga
{
    color: #D1B834;
    position: absolute;
    z-index: 100;
    height: 35%;
    bottom:3%;
    text-align: center;
    font-size: 3.7rem;
    font-family: Baruj;
    line-height: 5rem;
}

#textoCarga span
{
    color: #6D8638;
    font-size: 4.1rem;
    
}