/* PP-GO */


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



/* DIV Principal */
.for_div_principal{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: space-between;*/
    width: 100%;
    height: 100%;
    background-color: #000000;
}

/* DIV Sublime */
.for_div_sublime_nome{   
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 20%;       
}

/* DIV Sublime */
.for_div_sublime_logo{
    width: 300px;
    height: 387px;
    background-image: url('../imagens/sublime-PP-GO.png');
    background-size: cover;
    background-repeat: no-repeat;       
}

/* PP-GO */