body {
  background-color: #0f172a;
  color: #f1f5f9;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  text-align: center;
}

h1 {
  font-size: 2.5rem;
}

.project-links {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}

.project-links li {
  margin: 1rem 0;
}

.project-links a {
  color: #38bdf8;
  text-decoration: none;
  font-size: 1.25rem;
}

.project-links a:hover {
  text-decoration: underline;
}
