/* Set the background color to white */
body {
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
}

/* Center the image vertically and horizontally */
.image-container {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  position: relative;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .5));
}