body {
  background-color: #f2f2f2;
  color: #333;
  font-family: Arial, sans-serif;
  margin: 10px;
}

h1 {
  text-align: center;
}

nav {
  text-align: center;
  margin-bottom: 20px;
}

footer {
  text-align: center;
  margin-top: 40px;
}

.image-row {
  display: flex;               
  justify-content: center; 
  gap: 20px;  
  flex-wrap: wrap;      
  margin-top: 20px;
}

.image-row img {
  width: 300px;              
  height: auto;       
  border-radius: 8px;
}
.banner-image {
  width: 100%;
  max-height: 250px; 
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}
