p, h2 {margin-block-start: 0; margin-block-end: 0; align-self: center; user-select: none;}

.over {
    position: absolute;
    top: 0;
    left: 0;
}

.holder {
    margin: 2em auto;
    height: 16em;
    width: 17em;
    position: relative;
}

.level, .starter {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
    height: 99%;
    width: 16em;
}
.locked {opacity: 0; pointer-events: none;}
.level > * {
    display: flex;
    border: solid;
    border-radius: 0.3em;
}
.starter {transition: all 0.3s ease; border: solid; border-radius: 0.3em;}
.startbutton {width: 90%; align-self: center;}

.startbutton {cursor: pointer; 
    border-radius: 0.3em}

.tbox  {flex: 4; display: flex; flex-direction: column; opacity: 0; text-align: center;}
.tbox p {cursor: pointer;} .tbox b {margin-bottom: 0.5em;}

.tbox span, .feedbox span {display: inline-block;}
.feedbox {display: flex; flex: 1; justify-content: center; align-items: center; align-self: center;}
.found {color: green;}
