/* Make the background fill the entire screen */
body {
  margin: 0;
  height: 100vh;
  width: 100vw;
  transition: background-color 1s ease;
}