.secret-link {
    color: inherit;
    text-decoration: none;
}

.secret-link:hover {
    opacity: 100;
}

.frame-container {
    position: relative;
}

iframe {
    width: 100%;
    height: 100%;
}

.overlay-link {
    position: absolute;
    inset: 0;
    z-index: 10;
}
