body {
  background-color: lightgray !important;
  color: black !important;
  font-family: "Comic Sans MS", cursive !important;
}

#container {
  border: 3px solid white;
  box-shadow: 0 0 10px black;
}

h1 {
  text-shadow: 2px 2px black;
}