:root {
    --corPrimaria: rgba(64, 142, 69, 0.585);
    --corSegundaria: rgba(14, 14, 158);
}

main {
    background-color: var(--corPrimaria);
}