body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
h1, h2 { color: #333; text-align: center; }
.cta-button { background: #007BFF; color: #fff; padding: 10px 20px; text-decoration: none; display: inline-block; margin-top: 10px; }
form { max-width: 600px; margin: 20px auto; display: flex; flex-direction: column; }
input, textarea { margin-bottom: 10px; padding: 10px; font-size: 1em; }
button { background: #333; color: #fff; padding: 10px; border: none; cursor: pointer; }
footer { text-align: center; margin-top: 20px; padding: 10px; background: #f4f4f4; }
.gallery { display: flex; justify-content: center; gap: 10px; padding: 20px; flex-wrap: wrap; }
.gallery img { width: 30%; border-radius: 8px; max-width: 300px; height: auto; }
.centered-list { list-style: none; padding: 0; text-align: center; }
.centered-list li { margin: 10px 0; }
.highlight-title { background-color: #007BFF; color: white; padding: 10px; border-radius: 5px; display: inline-block; }