body {
    background-color: var(--cor-fundo);
    color: var(--texto-branco);
    font-family: var(--fonte-texto);
    overflow-x: hidden;
}