html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.list li {
  margin: 0.5rem 0;
}

.list a {
  font-size: 1.25rem;
  font-family: "Courier New", Courier, monospace;
  text-decoration: none;
  color: #222222;
  transition: color 0.4s ease;
}

.list a:hover {
  color: #f2e8a7;
  text-decoration: underline;
}
