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{
    display: flex;
    justify-content: center;
    border: #55555583 7px solid;
    
}
h2{
    display:flex;
    justify-content: center;
    border: #55555583 7px solid;
    border-radius: 10px;
}
p{
    display: block;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 17px;
    
}
.list{
    list-style-type: square;
}

   