body
{
    background-color: #00dcee;

}

a
{
    text-decoration: none;
}

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

.povidani
{
    padding-left: 3px;
    padding-bottom: 50px;
    padding-top: 5px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    border: 2px solid;
    background-color: #0064be;
    border-radius: 20px;
    padding-bottom: 2px;
    margin-bottom: 50px;
    text-decoration: none;
    
}

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

.vysvetleni
{
    padding-left: 3px;
    padding-bottom: 50px;
    padding-top: 5px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    border: 2px solid;
    background-color: #00ffc5;
    border-radius: 20px;
    padding-bottom: 2px;
}

.hover:hover
{
    color: #ffb3f4;
    text-decoration: none;
    font-weight: bolder;
    border: #0064be solid 1px;
    background-color: #0064be;
    text-decoration: none;
    
}

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

.link:link
{
    color: #ffb3f4;
    text-decoration: none;
    font-weight: bolder;
    border: #0064be solid 1px;
    background-color: #0064be;
    text-decoration: none;
    
}

.visited:visited
{
    color: #ffb3f4;
    text-decoration: none;
    font-weight: bolder;
    border: #0064be solid 1px;
    background-color: #0064be;
    text-decoration: none;
    
}

.active:active
{
    color: #ffb3f4;
    text-decoration: none;
    font-weight: bolder;
    border: #0064be solid 1px;
    background-color: #0064be;
    text-decoration: none;
    
}







