.archive-banner {
    background-color: #593A26; 
    color: white;            
    text-align: center;
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 2rem;
    position: sticky; 
    left: 0;
    bottom: 0;
    font-family: caslon-antique, sans-serif;
}

.archive-banner p {
    margin: 0;
    padding: 0;
}