.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}


.logo {
    position: fixed;
    alignment: center;
}


.centerLogo {
    display: inline-block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.containerCenter {
    display: inline-block;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

