body {
  font-family: Arial, sans-serif;
  margin: 0;
  line-height: 1.6;
}

header {
  background: #0a3d62;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

nav {
  background: #1e90ff;
  padding: 10px;
  text-align: center;
}

nav a {
  color: white;
  margin: 10px;
  text-decoration: none;
  font-weight: bold;
}

section {
  padding: 40px;
}

h2 {
  color: #0a3d62;
}

ul {
  padding-left: 20px;
}

footer {
  background: #0a3d62;
  color: white;
  text-align: center;
  padding: 15px;
}
