body footer {
    padding: 1rem;
    background: #000000;
    color:#b6babe;
    font: .875rem "ff-meta-serif-web-pro",serif;
}
body footer:first-child {
    margin-top: 1rem;
}

#TOS {
    list-style-type: none;
    padding: 0;
}
#TOS li {
    display: inline;
    padding-right: .5rem;
}

footer a {
    color:#b6babe;
    text-decoration-color: #fcbf14;
}

footer a:hover {
    color:#fcbf14;
}
#pmLink {
    text-decoration: underline;
    text-decoration-color: #fcbf14;
    color:#b6babe;
    font: .875rem "ff-meta-serif-web-pro",serif;
    background: black;
    padding: 0;
    border: none;
}
