.footer {
    height: 50px;
    background-color: var(--footer-color);
    margin-top: auto;
}

.footer-content  {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 100vw;
    overflow-x: hidden;
}

.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
    text-decoration: none;
}

.footer-social-amoeba-svg {
    height: 100px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: var(--footer-color);
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
    height: 34px;
    left: 90px;
    top: 7px;
    width: 34px;
    text-decoration: none;
}

.footer-logo {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: white;
    text-decoration: none;
    padding-top: 10px;
    letter-spacing: 2px;
    transition: transform 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.2);
}

.footer-social-icon-path {
    fill: var(--white-color)ff2;
    transition: fill .2s;
}

.footer-copyright {
    color: var(--white-color);
    padding: 15px 30px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: var(--white-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.footer-copyright-link {
    color: var(--white-color) !important;
    text-decoration: none;
}

@media (max-width: 575px) {
    .footer-social-links {
        display: none;

    }
}