:root {
  color-scheme: dark;
}

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

.container {
  max-width: 600px;
}

h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #e74c3c;
}

p {
  font-size: 1.25rem;
  color: #aaa;
}

a {
  color: #4fd1c5;
  text-decoration: none;
}
