/* Change footer color here*/
.main-footer {
    margin: 0;
    padding: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #869099;
    background: #ffffff;
    border-top: 1px solid var(--footer-color);
}

footer > strong > a{
    color: var(--footer-color);
}

@media screen and (max-width: 375px) {
    .footer-info{
        display:none
    }
}