.md-footer {
    color: var(--mdc-theme);
}

.footer-left {
    /* align-items: center;
    align-content: center; */
    /* padding: 0px; */
    /* display: block; */
    /* align-self: center; */
    text-align: center;
}

.logo-in-footer {
    margin: auto;
    padding: 0;
}

.logo-in-link-in-footer {
    /* width: 100px; */
    width: 50%;
    height: auto;
    /* margin: 0; */
    /* padding: 0; */
    /* align-self: center; */
}

.footer-item:hover {
    /* text-decoration: underline;
    text-underline-offset: 2px; */
    background: rgba(0, 0, 0, 0.03);
}

.footer-item {
    transition: all 10ms;
    /* background: rgba(0, 0, 0, 0.001); */
    /* text-align: center;
    align-self: center;
    align-content: center;
    align-items: center; */
    /* display: block;; */
    /* margin-bottom: 1%; */
}

.copyright-text {
    text-align: right;
    vertical-align: bottom;
}

.copyright-text-container {
    vertical-align: bottom;
    text-align: right;
    margin-bottom: 32px;
}

.md-footer {
    visibility: hidden;
  }

footer {
    z-index: 1000;
}