body{
background: #992b2f;  /*#2e0e6e;*/
background:  radial-gradient(circle,rgba(153, 43, 47, 1) 0%, rgba(0, 0, 0, 1) 100%); /*radial-gradient(circle,rgba(46, 14, 110, 1) 0%, rgba(160, 132, 194, 1) 100%);*/
color: white;
font-family:  "Playpen Sans";
}
h1, h2{
    font-size: 2.15rem;
    text-align: center;
}
h2{
    font-size: 1.5rem;   /* poznámka */
}
div{
max-width: 1200px;
margin: auto;
border: 2px solid white;
background: rgba(0, 0, 0, 0.33); /* rgba(255,255,255,0,45); */
border-radius: 10px;
padding: 0 0 20px 0;
overflow: hidden;
}
.header-img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0;
}
p{
margin: 20px 20px;
font-style: italic;
}
p img{
float: left;
border: 5px solid white;
rotate: 5deg;
margin: 10px;
}
p img:hover{
border: 5px dotted red;
}
p a{
color: orange;
}
p a:hover{
color: orange;
text-decoration: none;
}
h3 {
color: white;
margin-top: 20px;
margin-bottom: 5px;
margin-left: 0px;
font-size: 22px;
text-align: left;
}
fieldset{
       border: 1px dotted white;
       border-radius: 10px;
       width: 50%;
       margin: 0 auto;
margin-bottom: 12px;
}
fieldset a{
    color: orange;
    text-decoration: underline;
}
fieldset a:hover{
    color: orange;
    text-decoration: none;
}
legend{
       color: #8B0000;
       font-size: 1.5rem;
       background: white;
       border-radius: 25px;
       padding: 2px 10px;
 margin-bottom: 2px;
}