.footer-container {
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: black;
    padding-top: 5px;
    color: white;
    display: flex;
    align-items: flex-start;
}
.footerLogo {
    width: 24px;
    padding: 0 10px;
}
.footer-container label {
    padding-top: 3px;
}

