body {
    font-family: sans-serif;
    margin: 0;
    background-color: #000000; /* Dunkelblauer Hintergrund, ähnlich dem Logo */
    color: #fff; /* Weiße Schriftfarbe */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img {
    max-width: 400px; /* Anpassbare Breite des Logos */
    height: auto;
    margin-bottom: 20px;
}

h1 {
    font-size: 2em;
    margin-top: 0;
}