footer {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-around;
    align-items: center;
}

footer a {
    color: white;
    font-size: 1.25rem;
    padding: 0.454rem 1rem 0.176rem 1rem;
    text-align: center;
    line-height: 1rem;
}

footer i {
    /*line-height: 2.5rem;*/
}

footer span {
    font-size: .75rem;
}