.sticky-text {
    position: fixed;
    bottom: 0;
    left: 0;
    display: inline-block;
    font-size: 3em;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    z-index: 1000;
}

.grant-archive-access {
    display: none;
}

.show {
    display: unset !important;
}