.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#shapeImage {
  width: 200px;
  height: 200px;
  transition: opacity 0.5s ease-in-out;
}

.fade-out {
  opacity: 0;
}
