footer {
    background-color: #09166d;
    color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}



/* version mobile */

@media (max-width: 862px) {

footer {
    padding: 5px;
    font-size: 10px;
}

}