.footer{
    /* background-color: gray; */
    height: 200px;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuFooter{
    width: 80%;
    /* background-color: black; */
    border-radius: 20px;
    padding: 3rem;
    display: flex;
    justify-content: space-around;
   
}
.menuFooter a span{
    color: rgb(141, 122, 122);
}