.body {
  background-image: url('../images/pexels-souvenirpixels-1605325.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: clip;
}

.image {
  overflow: visible;
}

@media screen and (max-width: 479px) {
  .div-block {
    justify-content: center;
    align-items: center;
  }

  .image {
    filter: drop-shadow(0 2px 5px #000000b3);
    outline-offset: 0px;
    outline: 3px #333;
  }
}


