h1 {
    font-size: 90px;
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 3px 4px 0px purple;
}

h2 {
    font-size: 50px;
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 3px 4px 0px purple;
}

h4 {
    font-size: 40px;
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 3px 4px 0px purple;
}

h3 {
    font-size: 20px;
    color: #ffffff;
}

h5 {
    font-size: 2rem;
    font-weight: 700; /* Fettgedruckt */
    color: white;
}

h6 {
    font-size: 1.25rem;
    font-weight: 400; /* Normaler Schriftstil */
    color: white;
}
.website-container{
    color: white;
}