body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #111;
}

.main-image {
  max-width: 90%;
  max-height: 90%;
  transition: opacity 2s ease;
}
