body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  text-align: center;
  background-color: #121212;
  color: white;
  font-family: Arial, sans-serif;
}

.image-container img {
  max-width: 80%;
  height: auto;
  margin-top: 20px;
}
