html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background-color: #1e1e2e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

h1 {
  font-size: 3.5cqw;
  color: #cdd6f4;
  font-family: sans-serif;
}

div {
  position: absolute;
  color: #9399b2;
  bottom: 0;
  font-family: sans-serif;
  font-size: 0.8em;
  margin-bottom: 1em;
}

a {
  font-family: sans-serif;
  color: #89b4fa;
}

a:visited {
  color: #cba6f7;
}

a:hover {
  color: #89dceb;
}

a:active {
  color: #cdd6f4;
}
