body {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #f0f0f0;
  color: #333;
}
.container {
  text-align: center;
}
h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #2f4f4f;
}
a {
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #1a1a1a;
}
.link-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-link {
  font-size: 1.5rem;
  color: #006400;
  text-decoration: none;
  transition: all 0.3s ease;
}
