:root{
    --cor-de-fundo: #EBECEE;
   

}

body{
    background-color: var(--cor-de-fundo);
}

h1{
    background-color: white;
}