:root{
    --cor-de-fundo:  #EBECEE;
}

body{
    background-color: var(--cor-de-fundo);
}

