body {
  background-color: lightgray;
  color: green;
  font-family: 'Courier New', monospace;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}