body {
  background-color: black;
  background-image: linear-gradient(azure, lightblue, blue, darkblue);
  background-repeat: repeat-x;
}

#stuff {
  background-color: white;
  border-radius: 1em;
  padding: 1em;
  margin: 1em;
}
