body {
  background-color: black;
  color: white;
  font-family: "Courier New";
  text-align: center;
  height: 45vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#clock {
  font-size: 70pt;
  margin-bottom: 10px;
}

#date {
  font-size: 40pt;
}

#message {
  font-size: 30pt;
  margin-top: 15px;
}

a {
  color: navajowhite;
}
