body
{
    background-color:#573280;
}

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

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

.deleni
{
    border: 2px solid black;
    padding: 10px;
    border-radius: 20px;
    background-color: #23022E;
    color: white;
    font-size: 30px;
    width: 250px;
    font-weight: bolder;
}

.vysvetleni
{
    padding-left: 12px;
    padding-bottom: 50px;
    padding-top: 5px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    border: 2px solid;
    background-color: #CECFC7;
    border-radius: 20px;
    padding-bottom: 2px;
    text-decoration: none;
    min-width: 1800px;
}

a
{
    text-decoration: none;
}

.vysvetleni2
{
    padding-left: 12px;
    padding-bottom: 50px;
    padding-top: 5px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    border: 2px solid;
    background-color: #CECFC7;
    border-radius: 20px;
    padding-bottom: 2px;
    text-decoration: none;
    min-width: 1800px;
    height: 200px;
}

.konec
{
    padding-bottom: 50px;
    padding-top: 5px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    border: 2px solid;
    background-color: #ADA8B6;
    border-radius: 20px;
    padding-bottom: 2px;
    margin-bottom: 50px;
    text-decoration: none;
    padding: 4px;
}

