html, body {
    height: 100%;
    margin: 0;
    font-family: "Playwrite DE Grund", cursive!important;
}
nav{
    background-color: #f8f2ed;
    border-bottom: 1px solid #ddd;
}
p{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


a,p,b,span,small,li,ul,button,div{
    color: #655547;
    font-family: "Playwrite DE Grund", cursive!important;
    line-height: 2!important;
}

.main-footer{
    margin-left: unset;
}

.btn-custom {
    background-color: #d4edda!important;
    border: none!important;
}
.btn-custom:hover {
    background-color: #e05577!important;
    color: #fff!important;
}