body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #0b0d10;
}
.container {
    width: 100%;
    max-width: 600px; /* Begrenze die maximale Breite */
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(240, 240, 240);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
img {
    width: 100%;
    height: auto; /* Beibehaltung des Seitenverhältnisses */
    display: block; /* Entfernt eventuell vorhandenen Leerraum unter dem Bild */
}


p 
{
    font-weight: bold;
    font-size: 20px;
}