body {
    background-color: rgb(245, 245, 245);
}

.StartKasten1 {
    position: relative;
    min-height: 100vh;
}

.Titel-Kasten {
    width: 100%;
    display: flex;
    justify-content: center;
}
h1 {
    margin-top: 1%;
    font-size: 60px;
    text-decoration: underline;
}

.learn4nextKa-Kasten {
    position: relative;
    background-color: white;
    width: 80%;
    height: fit-content;
    margin: 1% 10%;
    border-radius: 10px;
    padding: 1%;
    filter: drop-shadow(0 0 5px black);
}
h2 {
    margin-left: 4%;
    font-size: 45px;
    text-decoration: underline;
}
h3 {
    font-size: 37px;
    text-decoration: underline;
}
.Themen-Stichpunkartig {
    font-size: 35px;
    list-style: square;
}
h4 {
    font-size: 35px;
    text-decoration: underline;
}
.Themen {
    margin-left: 8%;
    font-size: 25px;
}
