body{
    background: #e7ddd4;
    max-width: 100%;
}
.logoBrand{
    margin-top: 35px;
}
h3{
    font-family: 'Amatic SC', cursive;
font-family: 'Linden Hill', serif;
    margin-top: -70px;
    color: #f9f1ee;
}
.box{
    font-family: 'Linden Hill', serif;
    font-size: 25px;
    border-radius: 3px;
    border: 2px solid black;
    margin-top: 20px;
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #765c43;
    text-align: center;
    
}
footer a{
    margin-top: 25px;
    color: black;
}
footer a:hover{
    color: rgb(223, 121, 74);
    text-decoration: none;

}
a{
    color:#e7ddd4 ; 
}
a:hover{
    color:#e7ddd4 ;
    text-decoration: none;
}
img{
    max-width: 300px;
    max-height: 300px;
}