/* styl pro praci 

nadpisi

barvy

*/
h1 {
        color: #004d98; 
        font-family: Arial, sans-serif;
        text-align: center;
        border-bottom: 2px solid #a50044; 
        padding-bottom: 10px;
    }

    
    p {
        font-family: Helvetica, sans-serif;
        line-height: 1.6; 
        color: #333;
    }

    
    body {
        margin: 40px;
        background-color: #f4f4f4; 