#footer {
    position: relative;
    background: rgb(0, 0, 0);
    backdrop-filter: blur(8px);
    text-align: center;
    font-weight: 500;
    clear: both;
    margin-top: auto;
}

#footer .row {
    width: 100%;
    padding: 0.6% 0;
    color: gray;
    font-size: 0.8em;
}

#footer .row a {
    text-decoration: none;
    color: gray;
    transition: 0.15s;
}

#footer .row svg {
    margin-right: 5px;
    text-decoration: none;
    color: gray;
    transition: color 0.15s;
}

#footer .row a:hover {
    color: #fff;
}

#footer .row a:hover svg {
    color: #fff;
}

@media (max-width: 720px) {
    #footer {
        padding: 5%;
        font-size: 19px;
    }
}
