.container-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 150px;
    background-color: #561A1A;
}

.container-footer p{
    color: #FFFFFF;
}