footer{
    background-color: #CE5292;
    color:white;
    font-size: 14px;
}
small {
    font-size: 8px;
}

@media(max-width:786px) {
    footer {
        font-size: 10px;
    }
}