body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
}
header {
  background: #0E4A7E;
  color: white;
  padding: 1em;
  text-align: center;
}
header p {
  font-size: 1.1em;
}
section {
  padding: 2em;
  max-width: 800px;
  margin: auto;
}
h2 {
  color: #0E4A7E;
}
ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
footer {
  background: #f0f0f0;
  padding: 1em;
  text-align: center;
}
a {
  color: #0E4A7E;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
