/* Inline styles extracted for CSP compliance */
#overlay {
    position: fixed;
    background-color: transparent;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#clear-image {
    display: none;
    position: absolute;
}

#block_game {
    position: fixed;
    background-color: transparent;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

