.archive-banner {
    position: sticky;
    top: 0;
    z-index: 1000;
    text-align: center;
    padding: 20px;
    background-color: #f8d7da;
    border-bottom: 2px solid #f5c6cb;
    color: #721c24;
}

.archive-banner h1 {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
}


.iframe-container {
    width: 80%; /* The iframe will take 100% of this 80% width */
    margin: auto; /* Center the container (optional) */
}

.iframe-container iframe {
    width: 100%;
}
