footer {
    background-color: #ffe900;
    padding: 0 0 20px 0;
    width: 100%;
    bottom: 0;
    z-index: 90;
    position: relative;
}

footer a, footer a:visited {
    text-decoration: none;
}

.footer-social-media {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    transform: translateY(-22px);
}

.footer-social-media div {
    background: rgb(0,109,192);
    background: linear-gradient(90deg, rgba(0,109,192,1) 0%, rgba(0,138,222,1) 100%);
    color: #ffe900;
    font-size: 27px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    margin: 0px 13px 0px 13px;
    cursor: pointer;
    box-shadow: none;
    z-index: 5;
    position: relative;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer-social-media div:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 5px 8px 8px rgba(0,0,0,.1);
    transition: all .3s ease;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
    position: relative;
    position: relative;
    color: #0060b3;
}

footer p {
    text-align: center;
    color: white;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 14px;
    z-index: 10;
    position: relative;
    color: #0060b3;
    font-family: "Aileron-SemiBold";
}

.footer-links a, .footer-links a:visited {
    color: white;
    font-size: 14px;
    text-decoration: underline;
    color: #0060b3;
    font-family: "Aileron-SemiBold";
}

@media only screen and (max-width: 880px) {
    .footer-links {
        flex-direction: column;
        text-align: center;
    }

    .footer-links a {
        display: inline-block;
        margin-bottom: 20px;
        color: #0060b3;
    }

    .test{
        margin-top: 40px !important;
    }
}
