body {
  background-color: white;
  color: black;
  font-family: Comic Sans MS;
  text-align: center;
  left: 0;
  line-height: 200px;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.content {
  max-width: 500px;
  margin: auto;
}