body {
    font-family: sans-serif;
    margin: 0;
}

.hintergrund-überschrift {
    background: url(IMG_8035_1920_1280.jpg) center/cover no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-weight: 600;
    font-size: 50px;
}

.startseite a {
    background-color: #4285F4;
    border: 5px solid black;
    color: white;
    font-size: 48px;
    padding: 12px 30px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
    position: relative;
    top: 50px;
    left: 20px;
}

.startseite a:hover {
    background-color: #6AC6FF;
}

.titel {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    font-weight: 600;
    font-size: 50px;
}

.liste {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-size: 48px;
}

.eltern {
    background-color: #3C98D1;
    border: 5px solid black;
    font-size: 35px;
    padding: 12px 30px;
    border-radius: 110px;
    position: relative;
    top: -600px;
    left: 170px;
    text-decoration: none;
    display: inline-block;
}

.container {
    display: grid;
    justify-items: center;
    gap: 40px;
    background-color: #1f1f1f;
}

.container > .header {
    text-align: center;
    font-weight: 600;
    font-size: 50px;
}

.karte {
    border: 2px solid black;
    border-radius: 30px;
    width: 400px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    font-size: 18px;
    font-weight: 500;
}

.karte a {
    display: inline-block;
    margin-top: 15px;
    background-color: #4285F4;
    color: white;
    padding: 10px 20px;
    border-radius: 999px;
    border: 2px solid black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    transition: background-color 0.3s;
}

.karte a:hover {
    background-color: #6AC6FF;
}
