body {
  background-color: #121212;
  color: red;
  font-family: 'Arial', sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}


.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

header h1 {
  font-size: 4.5em;
  padding: 10px;
  display: inline-block;
}

header h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

section img {
  max-width: 100%; /* Ensures the image doesn't exceed its natural size */
  height: auto; /* Maintains the image's aspect ratio */
  margin-bottom: 20px;
  border: 2px solid #ffffff;
}

section p {
  font-size: 1.2em;
  line-height: 1.6;
}

footer {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid #ffffff;
}

footer p {
  font-size: 0.8em;
}
