body {
    background: black;
    margin: 0;
    padding: 0;
    font-family: Itim;
    overflow: hidden;
}

#cont {
    width: 70%;
    height: 50%;
    background: gray;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    text-align: center;
    border-radius: 4vw;
    transition: top 1s;
}

#res {
    width: 70%;
    height: 50%;
    background: gray;
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    text-align: center;
    border-radius: 4vw;
    transition: left 1s;
}

#out {
    width: 70%;
    left: 50%;
    top: 50%;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
}

#instructions {
    width: 40%;
    height: 50%;
    background: gray;
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    text-align: center;
    border-radius: 4vw;
    transition: top 1s;
    text-align: center;
}

#txt {
    width: 70%;
    left: 50%;
    top: 50%;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
}

button {
    border: none;
    font-size: 120%;
    border-radius: 1vw;
    background: black;
    color: white;
    font-family: inherit;
    transition: all 1s;
}

button:hover {
    background: white;
    color: black;
}

h1 {
    font-size: 2.5vh;
    padding: 0;
    margin: 0;
}

#pos {
    width: 70%;
    left: 50%;
    top: 50%;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
}

#tab {
    min-width: none;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0;
}

#tab div {
    width: 18%;
    aspect-ratio: 1/1;
    display: inline-block;
}

.old1.bot {
    background: rgb(140, 104, 104);
}

.old2.bot {
    background: rgb(140, 104, 104);
}

.old3.bot {
    background: rgb(140, 104, 104);
}

.not.bot {
    background: rgb(29, 29, 29);
}

.not {
    background: rgb(29, 29, 29);
}

.old3 {
    background: rgb(150, 150, 150);
}

.old2 {
    background: rgb(105, 105, 105);
}

.old1 {
    background: rgb(53, 53, 53);
}

.yes {
    background: white;
}