html{
    background-color:#fb75279e; ;
}
body {
  display: contents;
  margin: 0px;
  font-family: "Gabarito", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-family: "Quicksand", sans-serif;
}
.Home-Leiste{
    text-align: center;
    background-color: #55555583;
}
.Home-Leiste>.menü-link{
    text-decoration: none;
    color: rgb(54, 54, 54);
    margin-left: 10px;
    margin-right: 5px;
}
.header{
    text-align: center;
    font-size: larger;
    background-color: rgba(45, 8, 1, 0.689);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: -16px;
}
.Impressum-text>p{
    text-align: center;
    font-weight: bolder;
    font-size:16px;
    color: black;
}
.answer{
display:flex;
justify-content: center;
font-size: 16px;
}
