footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    padding: 6px;
    background-color: #025a6c;
    color: white;
}
courrier {
    font-family: 'Courier New', Courier;
    font-size: 1.1rem;
    justify-content: left;
    padding: 6px;
    background-color: #ffffff;
    color: rgb(24, 24, 24);
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    justify-content: center;
    padding: 6px;
}

.iprefer {
    width: 92%;
    border: 0px;
    font-family: 'Courier New', Courier;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    padding: 6px;
/***    tr {
        width: 50%;
        text-align: left;
    }
***/
}