body
{
   background-color: #AAF683;
}

.nadpis
{
    font-size: 100px;
    font-family: fantasy;
    text-align: center;
    text-shadow: 60px 40px 60px red, -40px -40px 60px blue;
    padding-bottom: 50px;
}

.povidani
{
    border: 2px solid black;
    padding: 10px;
    border-radius: 20px;
    background-color: #EE6055;
    font-size: 30px;
    width: 230px;
    font-weight: bolder;
    margin-top: 70px;
    text-decoration: none;
}

.povidani2
{
    border: 2px solid black;
    padding: 10px;
    border-radius: 20px;
    background-color: #EE6055;
    font-size: 30px;
    width: 1030px;
    font-weight: bolder;
    margin-top: 70px;
    text-decoration: none;
}