#section8 {
    font-size: 1.1em;
    padding-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2%;
}

.carousel {
    width: 100%;
}

.carousel-item .card {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0;
}

.carousel-item {
    transition: transform 1s ease-in-out;
}

#beginn {
    text-align: left;
}

.custom-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 3%;
    left: 3%;
    width: 11%;
    height: 7%;
    font-weight: 500;
    border-radius: 10px;
}

.card {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    width: 100%;
    padding: 5%;
    color: #eefaf8;
    font-size: 18px;
}