footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background-color: rgb(21, 63, 50);
    color: white;
    font-weight: 300;
    font-size: 12pt;
}

footer .col-3 {
    padding: 20px;
}

footer .col-3:nth-of-type(1) {
    text-align: center;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer li {
    margin-top: 10px;
}

footer a {
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.2s;
}

footer a:hover {
    color: goldenrod;
    font-weight: 500;
}

footer .fa-brands {
    font-size: 20pt;
}