:root{
    --corPrimaria: rgba(173, 134, 218, 0.585);
    --corSegundaria: rgb(177, 177, 233);
}

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