@import url(../config/style.css/basic.css);




h1 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    text-decoration: underline;

}

main .boeller {
    background-color: var(--vordergrund);
    border: 1px solid black;
    border-radius: 1px;
    padding: 25px;
    margin-top: 25px;
    box-shadow: 5px 5px 5px black, -5px -5px 5px rgb(0, 0, 0);
    margin: 25px;
}


main .boeller .liste {
    font-size: 1.2rem;
    margin-left: 25px;
    text-align: center;
}

main .boeller .liste li {
    margin-bottom: 10px;
    list-style: none;
    padding-left: 10px;
    text-align: center;
}

main .boeller .Fragen {
    font-size: 1.2rem;
    margin-left: 25px;
    text-align: center;
}

main .boeller .crew {
    padding-top: 25px;
    width: 50%;
    height: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  

}

footer .footer{
    background-color: red;
}