#main-content {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

#ueberschrift {
    text-align: center;
    color: rgb(224, 136, 12);
    font-size: 2.5em;
}

#planet-bild-beispiel {
    text-align: center;
    margin: 20px 0;

}

#planet-bild-beispiel {
    max-width: 90%;
    height: auto;
    border: 5px solid #51e4c4;
    box-shadow: 0 0 20px rgb(60, 170, 203);
}

.h1.bold {
    font-size: 1.5em;
    font-weight: bold;
}

#steckbrief {
    margin: 20px 0;
}

body {
    font-family: "Playwrite HU", cursive;
    text-align: center;
}

