body {
  background-color: lightblue;
  font-family: "Courier New", monospace, monospace;
}

a {
  text-decoration: none;
}

p {
  white-space: pre;
}

div {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  max-width: 100%;
  display: block;
}
