h2{
    color:orange;
}

body{
    background-color:#09C3B8;
    color: white;
    font-family: Roboto;
    text-align:center;
}
header{
    border-bottom: 1px solid white;
}
footer{
    border-top: 1px solid white;
}

#nome-usuário{
    font-weight: bold;
}
.texto-inglês{
    font-style: italic;
}