:root{
  --cor-de-fundo: rgb(121, 15, 182);
}
body{
  background-color: var(--cor-de-fundo);
}
h1{background-color: white;}