@import "unity.css";
@font-face{
    font-family: "germania";
    src: url("GermaniaOne-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
html{
    background-color: #F9E3BE;
    font-family: "germania";
    color: #4C453B;
}
h2{
   font-size: 36px;
   text-align: center;
   padding-left: 50px;
}
ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
    align-items: center;
    list-style: none
}

li{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 20px;
}
a{
    margin: 1em;
    font-size: 25px;
    color: #E85A42;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}



