footer {
    width: 95%;
    height: 9vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .horline {
    height: 1px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: darkorange;
} */

.foot_message {
    /* margin-left: auto;
    margin-right: auto; */
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.fm_lib {
    font-weight: bold;
    width: 2%;
}

.fm_mess {
    width: 85%;
}

.foot_last {
    display: flex;
    width: 100%;
    /* margin-left: auto;
    margin-right: auto; */
    justify-content: space-between;
}

@media screen and (max-width:808px) {
    footer {
        font-size: 0.65em;
    }
}