.footer-col-item.site-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
}
.footer-col-item.custom-footer-html a {
    text-decoration: underline;
    color: #eeeeee;
}
.footer-col-item.custom-footer-html a:hover {
    color: #ddc50e;
}