footer{
    width: 100%;
    height: 110px;
    background: #7D342D;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
footer p{
    font-size: 14px;
    color: #FFFFFF;
}