/*.prvy_nadpis {
    text-align: center;
   font-family:"times new roman", serif;
}*/

/*div p {
    color:red;
}*/

/*h2, h3 {
    text-indent: 2cm;
}*/
/*p{
    color: #1c7430;
}*/



@media screen {
    header {
        text-align: center;
        margin-bottom:0.5cm;
    }
    footer {
        text-align: center;
    }

}

.marginhd{ /*margin zhora aj z dola*/
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.paddinghd{
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media print {

    div p{
        color:black;
    }
    h1{
        color: black;
    }
    a{
        color: black;
    }
    .pismo_nadpisov {
        font-family: "Times New Roman", serif;
    }
    .obrazok {
        display:none;
    }
    section {
        font-family: "Times New Roman", serif;
    }
}