@media screen and (max-width: 600px){
    .footer{
        border-top: 3px solid rgba(45, 78, 233, 0.82);
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        padding-top: 20px;
        color: #939393;
        line-height: 28px;
    }
}
@media screen and (min-width: 601px){
    .footer{
        border-top: 3px solid rgba(45, 78, 233, 0.82);
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        padding-top: 20px;
        color: #939393;
        line-height: 28px;
    }
}
@media screen and (min-width: 1000px){
    .footer{
        border-top: 3px solid rgba(45, 78, 233, 0.82);
        width: 100%;
        min-width: 1300px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        padding-top: 20px;
        color: #939393;
        line-height: 28px;
    }
}
.footer a{
    text-decoration: none;
    color: #939393;
}