body {
  background-color: white;
}

img {
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0px solid rgb(44,44,44);
}


img, .content{
  transition: 0.7s all;
}

img:not(:hover) {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  
}