body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


nav {
  position: absolute;
}

h1 {
  font-size: 4rem;
  color: var(--accent);
  text-shadow: rgba(56, 189, 248, 0.4) 0px 0px 10px;
}

header {
  text-align: center;
}

h2 {
  font-size: 1.3rem;
  margin-top: 2rem;
}

footer {
  position: absolute;
  bottom: 0;
}
