body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300; /* Dünneres Erscheinungsbild */
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

h1 {
    font-size: 4em;
    margin-bottom: -0.4em;
}

p {
    font-size: 1.2em;
}





