body{
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,0.4066001400560224) 8%, rgba(99,9,121,0.3449754901960784) 33%, rgba(49,74,147,0.6082808123249299) 68%, rgba(0,212,255,0.4738270308123249) 100%);
height: 100vh;
 font-family: "Fuzzy Bubbles", sans-serif;
}
h1, h2{
    color: teal;
    font-size: 2.5rem;
    text-align: center;
}
h2{
    font-size: 2.5rem;   /* poznámka */
}
h3{
font-size: 2.0rem;
color: DarkSlateBlue;
    line-height: 0.5px;
margin: 40px;

 
}
div.hlavni{
max-width: 1280px; 
border: 5px dashed gray; 
background: rgba(255, 255, 255,0.45);
border-radius: 30px;
margin: auto;
}
div.info{
border: 3px dashed gray;
background: thistle;
border-radius: 15px;
    font-size: 1.6rem;
width: 1180px;
padding: 20px;
margin: auto;
}

div.menu{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-evenly;
 align: center;

}
div.g{
text-align: center;
font-size: 1.3rem;
margin: 10px;
}

p{
margin: 40px; 
font-size: 1.3rem;
}
div.obsah{

}
div.menu a{
    width: 300px;
    height: 45px;
    background: DarkSlateBlue;
    display: block;
    color: white;
    font-size: 1.7rem;
    margin: 3px;
    border-radius: 20px;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
transition: 0.5s;
}
div.menu a:hover{
letter-spacing: 6px;
}
ul{
font-size: 1.7rem;
color: DarkSlateBlue;
line-height. 22px;
letter-spacing: 1px;
font-weight: 300;
list-style-image: url(img/o3.png);
}
ul ul{
font-size: 1,3rem;
color: DarkSlateBlue;
line-height. 22px;
list-style-image: url(img/o4.png);
font-style: none;
}

img.info{
float: right;
margin: 20px;
 }

img.mini{
float: left;
rotate: 5deg;
margin: 5px; }

a{ color: DarkSlateGray;
}
a:hover { 
text-decoration: none;
color: teal;
transition: 0,5s;
}
img.galerie{
border: 5px solid white;
margin: 60px;
transition: 0,5s;
}
img.galerie:hover{border: 5px solid teal;
border-radius: 10%;
}

fieldset{
border: 3px dotted black;
border-radius: 25px;
background: rgba(255,255,255,0.3);
text-align: center;
margin: 20px;
font-size: 1rem;
line-high: 15px;
}

legend{
pading: 5px 10px;
Background:
text-align: center;
font-weight: bold;
font-size: 2rem;
color: Dimgray;
}
span{
color: DarkMagenta;
font-weight: bold;
}

















