body
{
    background-color: rgb(255, 225, 0);
}

a
{
    text-decoration: none; 
    color: black;
}

a:hover
{
    color: rgb(247, 203, 59);
    text-decoration: none;
    font-weight: bolder;
}

.nadpis
{
    font-size: 100px;
    font-family: fantasy;
    text-align: center;
    text-shadow: 80px 50px 100px;
    padding-bottom: 50px;
}

.zaklad
{
    padding-left: 3px;
    padding-bottom: 50px;
    padding-top: 5px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    border: 2px solid;
    background-color: rgb(248, 242, 58);
    border-radius: 20px;
    
}

.tema2
{
    text-align: center;
}

.tema3
{
    border: 2px solid black;
    padding: 10px;
    border-radius: 20px;
    background-color: rgb(255, 166, 0);
    font-size: 30px;
}

.video
{
    text-align: center;
    align-self: center;
    align-items: center;
    align-content: center;
    align-tracks: center;
    

}


