body {
  margin: 0;
  background-color: rgb(10, 14, 27);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  font-family: Arial, sans-serif;
}

img {
  max-width: 90%;
  max-height: 90%;
  transition: opacity 1.5s ease;
}
