/*:root {
    --corPrimaria: rgb(139, 238, 177);
    --corSegundaria: rgb(148, 164, 216);
}

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