This website uses cookies to ensure you get the best experience on our website.

body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; } header, section, footer { padding: 20px; text-align: center; } header { background: #333; color: #fff; } .gallery { display: flex; flex-wrap: wrap; justify-content: center; } .gallery img { max-width: 100%; height: auto; margin: 5px; } a { color: #3498db; text-decoration: none; } a:hover { text-decoration: underline; }