body {
    font-size: 23px;
    color: oklch(70% 0.03324 217);
    background-color: rgb(12, 13, 16);
    font-family: "Press Start 2P", Arial, Helvetica, sans-serif;
    cursor: url("images/cursor_base.png"), auto;
    text-align: center;
    align-items: center;
    overflow: hidden;
}

.popup, .popup-content, area, .popup-overlay {
    cursor: url("images/cursor_q.png"), auto;
}

.walk {
    cursor: url("images/cursor_pick.png"), auto;
}

::selection {
    background-color: #9c4430;
    color: rgb(215, 158, 84);
}
img {
display: block;
margin-left: auto;
margin-right: auto;
image-rendering: pixelated;
}

.popup {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2000; 
}
    .popup:target {
    display: flex;
}

.popup-content {
    background-color: transparent;
    color: oklch(80% 0.03324 217);
    padding: 10;
    z-index: 2100; 
    text-align: center;
    width: 65%;
    flex-wrap: wrap;
}
    .popup-content img {
        max-width: 100%;
        height: auto;
    }
.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000; 
}

.funky {
    background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}

.strelka {
    padding-left: 10px;
}