/* style.css */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery img {
  width: 250px;
  margin: 10px;
}

}
.gallery img:hover {
      transform: scale(2.05);
    }


/* style.css */
.galleryy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.galleryy img {
  width: 250px;
  margin: 10px;
}

}
.galleryy img:hover {
      transform: scale(2.05);
    }


.navbar {
  position: -webkit-sticky; /* Safari */
  position: sticky; /* If enabled it breaks dropdown menu */
  top: 0;
z-index:40;

 background-color: #00C4C4;
box-shadow: 3px 5px 7px #666060;
position: sticky;
    top: 0;


}
