.main-div {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100vh;
}

#display-image {
  width: 375px;
  height: 211px;
  border: 2px solid black;
  background-position: center;
  background-size: cover;
}
#images {
  width: 375px;
  height: 211px;
  object-fit: contain;
}
