@import "constants.css";


footer {
    clear: both;
    position: relative;
    width: 100%;
    height: var(--footer-height);
    line-height: var(--footer-height);
    bottom: 0;
    left: 0;
}

footer ul {
    list-style: none;
    width: fit-content;
    padding: 0;
    margin: 0 auto;
}

footer ul li {
    float: left;
    margin: 0 10px;
}

footer ul li a img {
    width: 18px;
    margin-top: 7px;
    opacity: 0.3;
    transition: opacity .4s;
}

footer ul li a img:hover {
    opacity: 1;
    transition: opacity .4s;
}
