
#darken {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000ff;
    opacity: 0.6;
}
#menuContainer {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    pointer-events: auto;
}
#picView {
    z-index: 3;
    width: 60%;
    max-width: 80vh;
    aspect-ratio: 1 / 1;
    border: 4px #83ff49 solid;
    position: absolute;
    opacity: 1;
    overflow: hidden;
}
