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

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

hl{
    background-color: white;
}