body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #0b0f14;
  color: #e6edf3;
}

.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
}

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

.subtitle {
  font-size: 1.5rem;
  color: #8aa4b8;
}

.desc {
  margin-top: 1rem;
  color: #9fb3c8;
}

.links {
  margin-top: 2rem;
}

.links a {
  margin-right: 20px;
  text-decoration: none;
  color: #4ea1ff;
}
