.footer__container{
    background-color: #E12E7E;
    height: 100px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

