#upgrade-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--light);
    text-align: center;
    padding: 15px 8px;
    font-weight: bold;
    border-top: 3px solid var(--primary);
}



@media (max-width: 600px) {
    #upgrade-footer{
        font-size: 14px;
    }
}