.footer {
    background-color: rgb(89, 89, 101);
    display: flex;
    justify-content: flex-end;
    padding: 0.25rem 2rem;
    position: relative;
    z-index: 1;
}

@media print {
    .footer {
        background-color: rgb(255, 255, 255);
        border-color: rgb(0, 0, 0);
        border-style: solid;
        border-width: 0.125rem;
    }
}

.footer>span {
    float: right;
    font-size: 0.5rem;
    font-style: italic;
}