:root{
    --cinza:#aaa;
    --vermelho:red;
    --vermelho-escuro:rgb(92, 6, 6);
    --branca:white;
    --luz:rgb(93, 89, 89);
    
}

body{
    aling-items: center;
    background-color:var(--vermelho-escuro);
    display:flex;
    justify-content: center;
    flex-direction: colum;
    min-height: 100vh;
}