.titulo{
    color: white;
    font-size: 150%;
    font-weight: bold;
}

.tituloB{
    color: rgb(0, 0, 0);
    font-size: 150%;
    font-weight: bold;
}

.texto{
    color: black;
}

.subtitulo{
    color: black;
    font-weight: bold;
    font-size: 125%;
}

.login{
    margin: 100px;
    border-radius: 5px;
    border-color: red;
    
}