body, html {
  height: 100%;
  background-color: #ffffff;
}


.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 50px;
  color: #f0f0f0;
  font-family: "Courier New", monospace;
}

a {
  text-decoration:none;
  color: #f0f0f0
}
