body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background-color: #f8f8f8;
  color: #222;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

header {
  background-color: #003366;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

header h1 {
  font-size: 2.2em;
  margin-bottom: 10px;
}

header .subtitle {
  font-size: 1.2em;
  font-weight: 300;
}

main h2 {
  color: #003366;
  margin-top: 40px;
  font-size: 1.6em;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

ul {
  margin: 15px 0 30px 20px;
  padding-left: 20px;
  list-style-type: "✔ ";
}

ul li {
  margin-bottom: 10px;
}

footer {
  background-color: #222;
  color: white;
  text-align: center;
  padding: 20px;
}

nav {
  margin-top: 20px;
}

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

nav a:hover {
  text-decoration: underline;
}

.news-list a {
  color: #003366;     /* deep blue */
  font-weight: bold;  /* bold text */
  text-decoration: none; /* remove underline */
}

.news-list a:hover {
  color: #007bff;     /* brighter blue on hover */
  text-decoration: underline; /* show underline only on hover */
}
