body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    background-color: blue;
    color: aliceblue;
}

body.roxo{
    background-color: blueviolet;
}