h2 {
    font-size: 20vh;
}

h3 {
    font-size: 2vw;
}

.row-start {
    height: 66.66%;
    margin-right: 310px!important;
}

.row-center {
    height: 66.66%;
}

.row-end {
    height: 33.33%;
}

.col-right {
    height: 66.66%;
}

#OkoOverlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 22900;
}

.oko__disabled {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.75);
}

.oko__inverted {
    background-color: rgba(50, 50, 50, 0.9);
}

.oko__good {
    color: rgb(0, 255, 0);
}

.oko__middle {
    color: rgb(255, 150, 0);
}

.oko__bad {
    color: rgb(255, 0, 0);
}