/* CSS Document */
body{ 
    background: rgb(218, 152, 152) url(pozadie.jpg) no-repeat fixed; 
    background-size:100%; text-align: center; 
    font-family:system-ui; font-size: 1em; } 

header{
    background:rgba(255,255,255,0.7); 
    text-align: center;} 
    
nav{
    flext-align: center text-transform:uppercase; 
    text-decoration: none; 
    line-height:2em; display:flex; 
    flex-direction: row; 
    justify-content: space-around;} 
    
a:hover, .tlacidlo_aktualne{
    color:rgb(147, 30, 75); 
    font-size:1.2em} 
    
h2{color:rgb(147, 30, 75); text-align: center } 
p{
    background:rgba(154,204,255, 0.4); 
    border-radius:20px; text-align: center; 
    overflow-x: hidden; padding: 0;width: 100%} 
h3{color:rgb(0, 149, 108)} 
h4{color:rgb(255, 212, 120)} 
    
main {
    position:absolute; 
    max-width: 100%; 
    height: 70%; 
    margin: 0 auto; 
    padding: 0 5cm; 
    overflow:auto ; 
    text-align: center; 
    font-size: 25px;} 
    
footer{
    position:absolute; 
    top:97.5%; 
    left: 0%; 
    width:100%; 
    height:7%; 
    font-size:17px; 
    background-color:pink; 
    text-align: center;}
