body {
    background-image: url(KÁMEN\ ZLATÝ\ Z\ POSÁZAVÍ.png);
}
.jedna {
    font-family: 'Courier New', Courier, monospace;
    color: white;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    text-align: justify;
    border: red solid 3px;
    border-radius: 5px;
    font-size: large;
    text-indent: 16px;
    text-shadow: 2px 2px 2px black;

}

.dva {
    font-style: italic;
    letter-spacing: 10px;
    word-spacing: 50px;
    background-color: rgba(255, 0, 0, 0.582);
    text-decoration: underline;
    text-decoration-color: blue;
    text-transform: capitalize;
    
}

h1 {
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 60px;
    text-shadow: 3px 3px 5px yellow;
}