.site-footer {
        
        padding-top: 8px; 
        font-family: monospace;
        font-size: calc(12px + 1vw);
    }

    .footer-nav {
       
        margin-left: 8px;
        margin-right:8px;
        text-align-last: center;
        color: black;
    }
    
    .footer-copy {
        text-align-last: center;
        
    }
    
    .footer-nav a {
    color: black;
        text-decoration: none;
    }
    
    .footer-nav a:hover {
    opacity: 0.6;
    border-style: solid;
    border-width: 1px;
    background-color: rgb(251, 255, 0);
}
