footer {
    display: flex;
    color: white;
    font-size: 20px;
    margin-top: 35px;
    font-weight: 100;
    font-family: Calibri, sans-serif;
    padding: 1rem;
    background-color: rgba(255,255,255,0.168);
    background-color: #ffffff2b;
}

footer p {
    margin: auto;
}

.footer-text-middle {
    margin: auto;
}

.footer-text-left {
    margin-left: 0;
}
.footer-text-right {
    margin-right: 0;
}