body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A0E14;
  color: #E8EBF0;
  font-family: -apple-system, system-ui, sans-serif;
}

a {
  color: #00D9C0;
}
