body{

background: #292929;
background: linear-gradient(90deg, rgba(41, 41, 41, 1) 0%, rgba(71, 71, 71, 1) 63%, rgba(0, 0, 0, 1) 100%);

}
h1, h2{
    font-family:"DynaPuff";
    color: white;
    font-size: 2.5rem;
    text-align: center;
    /*letter-spacing: -10px;*/
}
h2{
    font-size: 1.5rem;   /* poznámka */
    text-align: center;
    border-bottom:2px solid silver;
}
h3{
    font-family:"Oswald";
    color:white;
    font-size:1.75rem;
    text-align:center;
    letter-spacing:-1px;
}

h4{
    font-family:"Oswald";
    color:white;
    font-size:1.75rem;
    text-align:center;
    letter-spacing:-1px;
}
 div{
     font-family:"Oswald";
     margin:auto;
     max-width:1000px;
     border:1px solid gold;                /* dotted, dashed */
     border-radius:4px;                    /*0 50px, 10px 30px 40px 50px, 100%*/
     background: rgba(71, 71, 71, 1) ;
 }
p{
    margin:20px 30px;
    line-height:30px;
    font-size:1.1rem;
    color:rgba(256,256,256,0.8)
    
}
p img{
    border:5px solid white;
    float:left;
    rotate: 5deg;
    margin:20px;
    
    
}
.hlavicka{
    border-radius:3px;
    width:100%;
    height:auto;
    
}
img {

transition:transform 0,3s ease;

}
 img:hover{
    transform:scale(1.12);
}
a{
    color:#65324;
}


