body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  font-family: 'Courier New', Courier, monospace;
  color: #00ff90;
}

.wrapper {
  text-align: center;
}

.main-image {
  max-width: 90vw;
  max-height: 80vh;
  height: auto;
  width: auto;
}

.footer-text {
  margin-top: 20px;
  font-size: 0.9rem;
  opacity: 0.8;
}
