::-webkit-scrollbar {
  width: 0px;
}
body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  scrollbar-gutter: stable both-edges;
}
.container {
  width: min(1000px, 90vw);
  z-index: 10;
  position: relative;
  margin: 0 auto;
}
figure {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

