/*---------------------------------------------*/
/*---------- Autor: Enrico Baumann ------------*/
/*---------- Copyright: Enrico Baumann --------*/
/*---------- Datum: 21.03.2026 ----------------*/
/*---------------------------------------------*/
header {
   /* display: flex;
    justify-content: center; */
    padding: 5px;
    background-color: #3A1373;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

h1 {
    color: #F8F6FD;
    text-align: center;
   /* text-shadow: 1px 3px 3px silver; */
}

h2, h3 {
    color:#F3EDF7;
    text-align: center;
}

footer {
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: #3A1373; 
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;

}

.weiss {
    color: white;
    letter-spacing: 3px;
}

.weiss > a {
    color: #F2EC6E ;
    letter-spacing: 3px;
}