/* CSS Document */
html {
background-image: url("pozadi.png"); 
background-attachment: fixed;
background-size: 60px;
background-position: center; 
text-align: center;
margin: auto;
padding: 10px;
font-family: 'Roboto', sans-serif;
    }

section {
        margin-top: 1px;
        }
        
div.nadpis {
font-size: 100px;
line-height: 92px;
margin-top: 23px;
                }
        
div.podnadpis {
font-size: 37px;
line-height: 40px;
margin-top: -3px;
                }
                
div.petice {
font-size: 32px;
line-height: 40px;
margin-top: 25px;
border-style: solid;
width: 530px;
margin-left: auto;
margin-right: auto;
                }
                
div.podpishlaseni {
font-size: 19px;
line-height: 40px;
margin-top: 25px;
                }
                
div.obsah {
background-color: white;
width: 808px;
margin-left: auto;
margin-right: auto;
            }
            