footer {
    background-color: rgb(242, 241, 236) ;
    height: fit-content;
    padding: 20px;
    max-width: 100vw;
}

footer ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

footer ul li {
    margin: 10px;
}

footer p {
    text-align: center;
}