body {
  margin: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
}

.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  z-index: 1;
}