h1 {
    font-size: 45px; color: chocolate; font-family: Verdana, sans-serif; text-align: center; text-shadow: rgb(150, 150, 150) 3px 3px 5px;
}
h5 {
    color:#291f03;
    font-size: 13px;
}
body {
    background-color: #d4cd8f;
    position: relative;
    padding-bottom: 3em;
    min-height: 100vh;
}

h3 {
    text-align: center; color: #a5842a
}
h4 {
    color: #070000;
    font-size: 15px; 
}
div {
    max-height: max-content;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    background-color: #4a4141;
    width: 100%;
    
    bottom: 0;
    position: absolute;
    text-align: center;
    color: #fff;
    font-family: serif;
    padding-top: 8px;
    padding-bottom: 5px;
   
}



img {
    border: 3px dashed #d4cd8f; 
}
.center {
    width: 100%;
    text-align: center;
}
