/*
#img2 {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 10px;
  height: auto;
  border-radius: 18px;
  box-shadow: 2px 4px 12px rgba(238, 37, 37, 0.3);
  transition: all 0.4s ease;
  width: 200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.25);
  transition: all 0.4s ease;
}

*/
