
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.footer-container {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
}

.footer-container li a {
    width: calc(100vw / 4);
    padding-block: .4rem;
    display: block;
    text-align: center;
    text-decoration: none;

}

.footer-container li a p {
    font-size: 10px;
    color: #999;
    margin: 0;
    padding-top: 2px;
}
footer svg{
    vertical-align: bottom;
}