.site-footer {
    color: #4b4b4b;
    font-size: 11px; 
    text-align: center; 
    bottom: 0; 
    width: 100%;
    padding:5px
    
}

.footer-content p {
    margin: 0; 
}


.site-footer a {
    color: #4b4b4b;
    text-decoration: none; 
}

.site-footer a:hover {
    text-decoration: underline; 
}
