h1 {
    text-align: center;
    border-color: yellow;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-radius: 20px;
    color: white;
}




.barva {
    color: blue;
    background-color:rgb(255, 0, 0);
    font-size: small;
    
}
.zarovnani {
    text-align: center;
    text-indent: 500px;
    font-family: symbol;
    font-style: italic;
    border-color: yellow;
    border-style: solid;
    border-width: 0px 20px 0px 20px;
}
.pismenka {
    letter-spacing: 10px;
    text-shadow: 3px 1px 5px blue;
    border-color: yellow;
    border-style: dashed;
    border-width: 0px 20px 0px 20px;
}
.slova {
    word-spacing: 17px;
    line-height: 3px;
    border-color: yellow;
    border-style: double;
    border-width: 0px 20px 0px 20px;
}
.transformace {
    text-transform: uppercase;
    font-weight: 500;
    border-color: yellow;
    border-style: dotted;
    border-width: 0px 20px 20px 20px;
    background-color: rgba(0, 225, 255, 0.5);
}
body {
    
        background-image: radial-gradient(yellow, green,yellowgreen 90%);
    }
h2 {
    color: black;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serifs;
    text-align: center;
    text-indent: 0%;
    text-decoration:underline
}     

