body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #222;
}

/* Header + Logo */
header {
  position: relative;
  background: #003366;
  color: white;
  padding: 2rem 1rem;
  text-align: center;
}

.header-left img {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 60px; /* Adjust this to resize logo */
}

header h1 {
  margin: 0;
  font-size: 2rem;
}

/* Main layout */
.container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
}

h2 {
  margin-top: 2rem;
  color: #003366;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Footer */
footer {
  background: #f4f4f4;
  padding: 1.5rem;
  text-align: center;
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #555;
}
