.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    color: var(--footer-text-color);
    background-color: var(--footer-background-color);
    text-align: center;
    clear: both;
    height: 55px;
    padding-top:10px;
    border-top: 2px solid #53007C;
    line-height: 35px;
    
}