.menuCont{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    justify-content: center;
    align-items: center;
    overflow: auto;
    user-select: none;
    /* perspective: 1000px; */
}

.menuLine {
    position: relative;
    display: flex;
    height: auto;
    line-height: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 5em;
    color: #b062f000;
    -webkit-text-stroke: 2px rgb(255, 255, 255);
    transform-style: preserve-3d;
    perspective: 2500px;
}

.menuLineCharacter {
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
}

.menuLine:hover > div {
    color: #ffffff;
}

