h1 {
    width: 95%;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
ol {
    font-size: 16pt;
    margin-left: 8px;
}
.options {
    padding: 16px 5%;
}
#JL {
    width: min(800px,90%);
    position: relative;
}
#JL img {
    border: 4px solid var(--accent2-clr);
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}
#hint {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 2px 2px 4px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    font-family: Courier, "Courier New", monospace;
    font-size: 16pt;
    background: var(--accent2-clr);
    color: var(--bg-clr);
    opacity: 0.8;
}
#JL2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}
#JL2:hover, #JL2:active {
    opacity: 1;
}