html, body {
  background-color: #1E202A;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", sans-serif;
  gap: 1em;
  color: rgb(216, 218, 223);
}

a, a:hover {
  color: rgb(216, 218, 223);
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
