body { font-family: Arial, sans-serif; margin: 0; padding: 0; color: #222; background: #fff; }
header, section, footer { padding: 40px 20px; text-align: center; }
header { background: #004466; color: #fff; }
header img {
  max-height: 180px;
}
header h1 { font-size: 2.2em; margin: 0; }
header p { font-size: 1.2em; margin: 10px 0 20px; }
.button { background: #007BFF; color: #fff; padding: 12px 24px; text-decoration: none; border-radius: 5px; font-weight: bold; }
h2 { color: #004466; font-size: 1.8em; margin-bottom: 20px; }

#tagline {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 2rem auto;
    max-width: 90%;

}

p, li { font-size: 1em; max-width: 600px; margin: 10px auto; line-height: 1.6; }
ul { list-style: none; padding: 0; }
li { padding: 5px 0; }
.gallery { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
.gallery img { border-radius: 8px; width: 300px; max-width: 90%; height: auto; }
footer { background: #004466; color: #fff; font-size: 0.9em; }
a { color: #007BFF; text-decoration: none; }
a:hover { text-decoration: underline; }
