html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  background: linear-gradient(#1a1c1f, #090909);
  font-family: system-ui;
  font-size: larger;
  color: #eeeeee;
}

main {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1 {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#title {
    padding-bottom: 2em;
}
