body{
background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
font-family:"Comic+Relief";
";
}
h1, h2{
    color: white;
    font-size: 2.5rem;
text-align: center;
}
h2{
    font-size: 1.5rem;   /* poznámka */
}
h3{
    font-size: 1.5rem;
    color: white;
}
div.hlavni{
max-width:1280px;
margin:auto;
border:5px dashed white;   /*solid, dotted*/
background:rgba(200,200,200,0.45);
border-radius: 35px;
}
div.menu{ display: flex;
           flex-wrap: wrap;
            justify-content: space-evenly;
           align-content: center;
}
div.obsah{
}
div.menu a{width: 300px; height:45px; background:pink; display:block; text-align: center; line-height: 45px; text-decoration: none; font-size: 1,6rem; color:white; border-radius: 15px; margin:3px;
}
div.menu a:hover{letter-spacing: 5px; font-size: 1,8rem; transition: 0.5s;

}
p{
margin: 15px;
}
ul{
font-size: 1.6rem;
color: white;
line-height: 22px;
list-style-image: url(odrazka1.png);
}
ul ul{
font-size: 1.3rem;
color: white;
list-style-image: url(odrazka2.png);
}
ul ul ul{
font-size: 1.1rem;
color: white;
list-style-image: url(odrazka3.png);
}
img.galerie{
border: 5px solid white; 
margin: 50px; 
transition: 0.5s;
}
img.galerie:hover{
border: 5px solid pink;
border-radius: 10%;

}
img.mini{
float: left; 
border: 4px solid pink; 
margin: 10px; 

}
span{
    color: white;
    font-weight: bold;
}
fieldset{
border: 2px solid white;
border-radius: 10px;
background: pink;
margin: 10px;
color: black;
text-align: center;
font-size: 1.1rem;
    
}
legend{
text-align: center;
background: lavender;
border: 1px solid white;
border-radius: 5px;
font-size: 1.35rem;
color: indigo;
}