body {
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.8;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
  color: #333;
}

.hero {
  background-color: #f7f9fa;
  color: rgb(36, 35, 35);
  padding: 40px 20px;
  text-align: center;
}

.hero h1 {
  margin: 0;
  font-size: 2em;
}

.subtitle {
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 300;
}

.content {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  border-radius: 8px;
}

section {
  margin-bottom: 40px;
}

h2 {
  color: #0074c2;
  font-size: 1.5em;
  margin-top: 30px;
}

p {
  font-size: 1em;
}

.main-img {
  width: 70%;
  height: auto;
  margin: 20px 0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.links ul {
  list-style-type: none;
  padding: 0;
}

.links li {
  margin: 10px 0;
}

.links a {
  text-decoration: none;
  color: #0074c2;
  font-weight: bold;
}

.links a:hover {
  text-decoration: underline;
}
