
body { margin: 0; font-family: Arial, sans-serif; }
a { text-decoration: none; color: inherit; }
.banner-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); grid-gap: 20px; padding: 20px; }
.banner { text-align: center; }
.banner img { width: 100%; height: auto; border-radius: 8px; }
.banner-title { margin-top: 8px; font-weight: bold; color: #b68858; }
