html,body {
    background-color: blanchedalmond;
    height: 100%;
}

.container-site {
    border:2px solid white;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.texto-sobre-a-ocife {
    font-family: Georgia, 'Times New Roman', Times, serif; 
    text-align: center;
}

a, a:hover {
    text-decoration: none;
    color:black;
}