body {
  height: 100vh;
  background: rgb(113,122,84);
  background: radial-gradient(circle, rgba(113,122,84,1) 0%, rgba(57,59,44,1) 100%);
  /* background-repeat: no-repeat; */
}

div.wrapper {
  position: absolute;
  width: 53%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.wrapper img {
  width: 100%;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.35));
}
