#content a{
    color: black !important;
    margin-left: 15px;
}

#druhy{
    position: relative;
    left: 5%;
    z-index: -1;
}

h4{
    font-size: clamp(0.85rem, 1.2vw, 3em);
}

#treti{
    position: relative;
    left: 10%;
    z-index: -1;
}

.background{
    background-color: #FB663B;
    border-radius: 50%;
    padding: 6px;
}

#content iframe{
    border-radius: 20px;
    height: clamp(20vh, 40vh, 25vw);
    margin-top: 1em;
}

#content h3{
    padding-top: 0 !important;
}

#content{
   margin-top: 35vh !important;
}

#content a{
    font-size: clamp(0.72rem, 1vw, 2em);
}

span{
    font-weight: 300;
}

#hodiny{
    margin-top: 0.75em;
    font-size: clamp(0.72rem, 1vw, 2em);
}

@media (max-width:767px) {
    #druhy{
        position: relative;
        left: 0;
    }
    
    #treti{
        position: relative;
        left: 0;
    }

    #content{
        margin-top: 20vh !important;
    }
}