body {
    background-color: white;
}

img {
  -webkit-filter: drop-shadow(5px 5px 5px #808080);
  filter: drop-shadow(5px 5px 5px #808080);
}