body{
background: #ED8282;
background: linear-gradient(90deg,rgba(255, 214, 244, 1) 0%, rgba(222, 217, 222, 1) 50%, rgba(237, 130, 130, 1) 100%);
color: black;
font-family: "Nerko One"
}
h1, h2{
    font-size: 3rem;
    text-align: center;
}
h2{
    font-size: 1.9rem;   /* poznámka */
}
div{
max-width: 1200px;
margin: auto;
border: 10px solid white;
background: rgba(0,0,0,0.33)
border-radius: 0 50px 0 50px 0 50px; 
padding-bottom: 120px;
}
p{
margin: 10px;
font-style: italic;
}
p img{
float: left;
border: 5px solid white;
rotate: 5deg;
margin: 10px;
}
p img:hover{
border: 5px solid pink;
}
p a{
color: purple;
}
p a:hover{
color: darkblue;
text-decoration: none;
}
fieldset{
border: 1px dotted gray;
border-radius: 20px;
width: 50%;
}
legend{
color: brown;
font-size: 1,5rem;
background: white;
border-radius: 25px;
padding: 2px 10px;








