#butt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 200px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid black;
    background-color: red;
    z-index: 9;
}
#yada{
    text-align: center;
    width: 260px;
    background-color:rgb(176, 176, 176) ;
    font-size: 2rem;
    border-radius: 10px;
}
#skoreTeddiv{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 2rem;
    text-align: center;
    z-index: 2;
}
#uvod{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    height: 400px;
    border-radius: 15px;
    border: 2px solid black;
    font-size: 2rem;
    background-color: rgb(218, 218, 218);
    z-index: 10;
}
#span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 4rem;
}
#buttShadow{
    background-color: rgb(152, 30, 30);
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%,-53%);
    width: 200px;
    height: 190px;
    border-radius: 100px;
    border: 3px solid black;
    z-index: 0;
}
html{
    -webkit-user-drag: none;
}
*{
    user-select: none;
}
#hratznova{
    width: 300px;
    height: 100px;
    background-color: rgb(43, 243, 29);
    text-align: center;
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%,-50%);
    border-radius: 50px;
    border: solid 3px black;
}
#span2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2rem;
    visibility: hidden;
}