


#ueberschrift {
    text-align: center;
    color:rgb(95, 69, 208);
    font-size: 2.5em;
}

#planet-bild-beispiel {
    text-align: center;
    margin: 20px 0;
     max-width: 70%;
    height: auto;
    border: 5px solid #f8f5f5;
    box-shadow: 0 0 20px rgb(56, 176, 246);
    text-align: center;
}


#planet-bild-beispiel img {
    max-width: 90%;
    height: auto;
    border: 5px solid #f8f5f5;
    box-shadow: 0 0 20px #00f;
    text-align: center;
}

.h1.bold {
    font-size: 1.5em;
    font-weight: bold;
    text-align:center;
}

#steckbrief {
    margin: 20px 0;
    text-align:center;
}

body {
font-family:"Winky Rough";
 text-align:center;
}