.rejtveny_section {
    display: inline-block;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    position: relative;
    width: 600px;
    height: 800px;
}

.grid_wrapper {
    width: 100%;
    height: 100%;
}

.grid_wrapper {
    top: 0pt;
    left: 0pt;
    z-index: 10;
    display: grid;
    grid-gap: 0pt;
    grid-auto-flow: row;
}

.grid_wrapper div.ibox {
    position: relative;
    font-family: verdana;
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    color: black;
    vertical-align: center;
}

.rejtveny_section input {
    position: fixed;
    background-color: transparent;
    border: none;
    outline: none;
    line-height: 0;
    color: transparent;
    caret-color: transparent;
    cursor: default;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: -1;
}
.rejtveny_section .word {
    border: 0.2px solid rgba(0,0,0,0.2);
}