/* Carregar o estilo da splashScreen nativa */

body {
    background-color: #9E2A2B;
}

.splashScreen {
    align-items: center; 
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.label {
    align-items: center;
    text-align: center;
    font-family: ubuntu;
    font-style: italic;
    font-weight: 600;
    font-size: 45px;
    color:#FFFFFF;
    color-scheme: light;
}

/* .logo {
    height: 150px;
    width: 150px;
    visibility: visible; 
} */