.foot a{
    color: aliceblue;
}
.foot a:hover{
    color: brown;
}


.footh{
    color: aliceblue;
}
.footh:hover{
    color: brown!important;
}

.bottomfoot{
    background:brown;
}

@media (max-width:425px){
    .footh{
        font-size: small!important;
    }
    .foot a{
        font-size: small!important;
    }
}

@media (max-width:px){
    .footh{
        font-size: smaller!important;
    }
    .foot a{
        font-size: smaller!important;
    }
}
