body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  margin: 0;
  background-color: #131213;
}

a {
  text-decoration: none;
  color: #25be65;
  font-size: 32px;
  font-family: "Courier New", Courier, monospace;
}

a:hover {
  color: white;
}
