#behind-page {
    position: relative;
    z-index: var(--z-index-behind-page);
    width: 100%;
}

#behind-page .content {
    margin-top: 25vh;
    margin-inline: auto;
    max-width: max-content;
}

#behind-page .title {
    font-size: var(--fs-16);
    margin-bottom: 5px;
}

#behind-page .text {
    margin-top: 15px;
    display: flex;
}

#behind-page #openPageBtn,
#behind-page #openPageBtn * {
    cursor: pointer;
    color: var(--blue);
    text-decoration: underline;
}