.footer-container {
    width: 100%;
    height: fit-content;
    background-color: #643C2B;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    font-size: 15px;
    text-align: center;
    
}