#site_footer{
    background-color: var(--footerbackground);
    color: var(--textcolord1);
    max-width: 1100px;
    min-height: 150px;
    margin: 0 auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
}