body{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);

}

h2{
    color: rgb(0, 0, 0);
}

.texto-ingles{
    font-style: italic;

}

#nome-usuario{
    font-weight: bold;
}