
body {
  font-family: Arial, sans-serif;
  background-color: white;
  color: #000;
}
.gallery {
  display: flex;
}
.thumbnails {
  width: 20%;
}
.thumbnails img {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.main-image {
  width: 80%;
  padding-left: 20px;
}
.overview {
  margin-top: 20px;
}
/* Filtre sayfasındaki yazı fontunu Hakkımızda kısmıyla aynı yapmak için */
.filter-section, 
.filter-section p, 
.filter-section h2, 
.filter-section h3, 
.filter-section li {
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
}
