html body footer{
    background-color: #20351C;
}

html body header{
    background-color: #20351C;
}
section{
    margin: 4rem 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
section .container{
    width: 70%;
}


section .title{
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 100;
    margin-bottom: 2rem;
}


