body{
    background: url(https://avatars.mds.yandex.net/get-pdb/2711481/13388bd3-985a-414a-b8a4-61610e7ac492/s1200);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


h3{
    font-family: 'Amatic SC', cursive;
    margin-top: -50px;
    color: #232011;
    text-transform: uppercase;
}
.box1{
    font-family: 'Lora', serif;
    font-size: 18px;
    border-radius: 3px;
    border: 2px solid #caba99;
    margin-top: 20px;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #232011;
    text-align: center;
}
.box{
    font-family: 'Lora', serif;
    font-size: 25px;
    border-radius: 3px;
    border: 2px solid #caba99;
    margin-top: 20px;
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #232011;
    text-align: center;
    
}
footer a{
    margin-top: 25px;
    color: black;
}
footer a:hover{
    color: rgb(223, 121, 74);
    text-decoration: none;

}
a{
    color:#caba99 ; 
}
a:hover{
    color:#caba99 ;
    text-decoration: none;
}
img{
    max-width: 300px;
    max-height: 300px;
}