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

.container {
  text-align: center;
  max-width: 600px;
  padding: 20px;
}

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

.tagline {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.angle {
  display: block;
  margin-top: 0.5rem;
}

.links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 2rem;
}

.links a {
  text-decoration: none;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
}

.links a:hover {
  opacity: 0.6;
}

.about {
  font-size: 0.95rem;
  opacity: 0.8;
  margin-bottom: 2rem;
}

footer a {
  font-size: 0.85rem;
  opacity: 0.6;
  text-decoration: none;
}
