footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

footer .footer {
    text-align: center;
    padding: 10px;
    color: #FFF;
    background: rgb(186, 27, 32);
    background: linear-gradient(90deg, rgb(222 42 47) 0%, rgba(96, 3, 6, 1) 45%, rgba(96, 3, 6, 1) 55%, rgba(222 42 47) 100%);
}

footer .footer p {
    margin: 0;
    font-size: 9pt;
}
