/* Allgemeine Stile */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f8ff;
    text-align: center;
}

/* Container-Stile */
.container {
    padding: 20px;
}

/* Überschrift-Stil */
h1 {
    color: #2f4f4f;
    font-size: 2.5rem;
}

/* Bild-Stil */
.turtle-image {
    width: 300px;
    height: auto;
    margin: 20px auto;
    border: 5px solid #4682b4;
    border-radius: 15px;
}

/* Text-Stile */
p {
    font-size: 1.2rem;
    color: #4682b4;
}

/* Dekoratives Element */
.decorative-element {
    margin-top: 20px;
    font-size: 2rem;
}
