body {
  font-family: Arial, sans-serif;
  background-image: url(./3.jpg);
  background-size: cover;
  color: #333;
  margin: 0;
  padding: 0;
}

/* Stil für Überschriften (h1) */
h1 {
  color: black;
  font-family: fantasy;
}
.TextMitte {
  text-align: center;
  font-family: cursive;
}
.container {
      margin: 0 auto; /* Zentrierung des Containers */
      background-image: url(./1.jpeg);
      background-clip: padding-box;
      padding: 20px;
      border: 1px solid #ccc;
      width: 80%; /
      aspect-ratio: 3 / 2;
      margin-bottom: 50px;
}
p {
  font-size: large;
  font-family: cursive;
 text-shadow: rgb(255, 255, 255);
}