h1 {
    font-family: sans-serif;
    color: rgb(59, 42, 5);
    text-align: center;
    font-size: 35px;
    text-shadow: rgb(150, 150, 150) 3px 3px 5px;
}

div {
   
    margin-left: 4vw;
    margin-right: auto;
}   
    
    

section {
    display: inline-block;
}

body {
    background-color: hwb(50 16% 46%);
}

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