html {
  height: 100%;
  width: 100%;
  background-color: #1f1f1f;
  color: #ffffff;
  font-family: monospace;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: 1px;
  line-height: 1.5;
}

a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0px solid #ffffff;
  padding-bottom: 0px;
  font-size: 24px;
  font-weight: bold;
}