:root {
    --corPrimaria: rgb(66, 166, 206);
    --corSegundaria: rgb(228, 93, 116);
}

main{
    background-color: rgb(238, 179, 172);
}