

body {
  text-align: center;
  background-color: pink;
  color: black;
  font-family: times new roman;
}
.gallery-image {
  width: 20%;
  filter: drop-shadow(8px 8px 10px rgba(0,0,0,0.6));
}

  .gallery-image2 {
  position: fixed;
  left: -10;
  top: 150px;      

  width: 250px;   
  height: auto;

  filter: drop-shadow(8px 8px 10px rgba(0,0,0,0.6));
}