h1{
    text-align: center;
    font-size: 300%;
}
h1::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 85px;             /* vzdálenost pod textem */
    transform: translateX(-50%);
    width: 27%;
    height: 15px;              /* výška stínu (elipsa) */
    background: radial-gradient(ellipse, rgba(0,0,0,0.4), transparent 70%);
    filter: blur(6px);
    border-radius: 50%;
    z-index: -1;               /* aby byl pod textem */
}
#vsechno{
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%,-35%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 22px;
}
.mujdiv{
    width: 300px;
    height: 100px;
    border-radius: 50px;
    background-color: #00A7B5;
    text-align: center;
}
.mujdiv:hover{
    background-color: #007F90;
}
a{
    padding: 30px;
    text-decoration: none;   
    color: #0d0d0d;
    position: relative;
    top: 30%;
    left: 12%;
    font-size: 200%;
    z-index: 999999999;
}
#bubliny img{
    position: absolute;
    left: 0;
    top: 244px;
}
#fruit_ninja img{
    position: absolute;
    left: 0;
    top: 0;
}
#ict_kamp img{
    position: absolute;
    left: 322px;
    top: 0;
}
#porsche img{
    position: absolute;
    left: 322px;
    top: 122px;
}
#sisyfos img{
    position: absolute;
    top: 122px;
    left: 644px;
}
#palacinka img{
    position: absolute;
    top: 244px;
    left: 322px;
}
#buton img{
    position: absolute;
    top: 244px;
    left: 644px;
}
#postreh img{
    position: absolute;
    left: 0;
    top: 366px;
}
#chytry_kun img{
    position: absolute;
    top: 0;
    left: 644px;
}
#placni_krtka img{
    position: absolute;
    top: 122px;
    left: 0;
}
img{
    border-radius: 50px;
    width: 100px;
    height: 100px;
}
#baf1{
    visibility: hidden;
    border-radius: 0;
    position: absolute;
    left: 0;
    bottom: 100px;
}
#baf2{
    visibility: hidden;
    border-radius: 0;
    position: absolute;
    z-index: 99999999;
    right: 0;
    top: 133px;
}
#baf3{
    visibility: hidden;
    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 50px;
}
#poklad{
    visibility: hidden;
    border-radius: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    height: auto;
}