#big-window,
#big-window object {
    width: 100%;
    height: 100%;
    position: fixed;
}

#big-window {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in-out;
    background-color: rgba(0, 0, 0, 0.863);
}

#big-window-inner {
    font-family: "basiic";
    color: white;
}

#big-window-inner a {
    text-decoration: underline;
    color: yellow;
}
