body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f5f6fa;
  color: #0b0b0b;
  margin: 0;
  padding: 0;
}
.header {
  background: #8c90c2;
  color: #fff;
  padding: 2rem 0 1rem 0;
  text-align: center;
  box-shadow: 0 2px 16px rgba(26,27,39,0.12);
}
.header img {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.header nav {
  margin-top: 1rem;
}
.header nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.2s;
}
.header nav a:hover {
  color: #FFD700;
  text-decoration: underline;
}
.container {
  max-width: 900px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 2rem;
}
h1, h2, h3 {
  color: #1a1b27;
}
.section {
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ececec;
}
.section:last-child {
  border-bottom: none;
}
.section-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  border-left: 4px solid #1a1b27;
  padding-left: 0.5rem;
  background: #f0f1f7;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
}
.section ul {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.badges img {
  height: 32px;
  margin: 0 8px 8px 0;
}
.links a {
  color: #0077B5;
  text-decoration: none;
  margin-right: 1rem;
  font-weight: 500;
  transition: color 0.2s;
}
.links a:hover {
  color: #005983;
  text-decoration: underline;
}
.section a {
  color: #0077B5;
  font-weight: 500;
  transition: color 0.2s;
}
.section a:hover {
  color: #005983;
  text-decoration: underline;
}
.quote {
  font-style: italic;
  color: #555;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 600px) {
  .container {
    padding: 1rem;
    max-width: 100%;
  }
  .header img {
    width: 80px;
  }
  .section-title {
    font-size: 1.1rem;
  }
}
  padding-left: 1.5rem;
 }
 .section a {
  color: #0077B5;
  font-weight: 500;
 }
 .section a:hover {
  text-decoration: underline;
 }
.quote {
  font-style: italic;
  color: #555;
  margin-top: 2rem;
  text-align: center;
}
