h1 {
      text-align: center;
      font-size: 32px;
      color: #111;
      margin-bottom: 30px;
    }

    .gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 25px;
      justify-content: center;
    }

    .gallery img {
      width: 30%;
      height: 260px;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .review{
        text-align: center;
        justify-content: center;
        padding: 70px;
        font-size: large;
    }