#gamepole{
    background-color: rgb(244, 204, 157);
    width: 100%;
    height: 100%;
    margin: auto;
    margin-top: -10px;
    margin-left: -10px;
    position: absolute;
    cursor: none;
    overflow: hidden;
}
*{
    user-select: none;
}
img{
    -webkit-user-drag: none;

}
#mec{
    transform: rotateZ(80deg);
    -webkit-user-drag: none;
}
#konec{
    border-radius: 10%;
    border: solid black 2px;
    text-align: center;
    margin-top: auto;
    font-size: 500%;
    position: absolute;
    top: 25%;
    left: 25%;
    background-color: rgb(29, 190, 211);
    width: 50%;
    height: fit-content;
    margin: auto;
    visibility: hidden;
}
#divik{
    border-bottom-right-radius: 50%;
    text-align: center;
    font-size: 180%;
    width: 180px;
    height: auto;
    background-color: rgb(29, 190, 211);

}
#lvl3{
    z-index: 9999999;
    border: none;
    position: fixed ;
    right: 0;
    top: 45px;
    text-align: center;
    font-size: 180%;
    width: 180px;
    height: auto;
    background-color: rgb(29, 190, 211);
}
#lvl2{
    z-index: 9999999;
    border: none;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 180%;
    width: 180px;
    height: auto;
    background-color: rgb(29, 190, 211);
}
#lvl1{
    z-index: 9999999;
    border: none;
    position: fixed;
    right: 190px;
    top: 0;
    text-align: center;
    font-size: 180%;
    width: 180px;
    height: auto;
    background-color:rgb(76, 254, 73);
}
#hratznovu{
    font-size: 2rem;
    background-color: rgb(76, 254, 73);
    border-radius: 20px;
    padding: 10px;
}