body{
background: #AD055F;
background: linear-gradient(90deg, rgba(173, 5, 95, 1) 0%, rgba(240, 87, 164, 1) 50%, rgba(173, 5, 95, 1) 100%);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
color: antiquewhite;
font-family: "Playpen Sans Deva";
}
h1, h2{
    color: antiquewhite;
    font-size: 2.5rem;
    text-align: center;
}
h2{
    font-size: 1.5rem;   /* poznámka */
}
div.celyweb {
    margin:auto;
    max-width: 1200px;
    background: rgba(255,255,255,0.15);
    border: 5px solid antiquewhite;
    border-radius: 15px 65px;
    padding-bottom: 40px;
    padding-top: 0px;
}
div.menu{
display: flex;       /* to jak se zobrazuje element, elementy vedle sebe */
flex-wrap: wrap;        /* jestli se to muze zalomit nebo ne, bez wrapu se tlaci k sobe, s wrapem se da na dalsi radek */
justify-content: center;       /* horizontalni zarovnani */
align-items: center;        /* vertikalni zarovnani, jenom ve flexu */

}
div.obsah{
    padding: 0 50px;
}
div.menu a {
width: 280px;
height: 40px;
background:  hotpink;
color: antiquewhite;
font-size: 1.5rem;
display: block;     /* vychozi rozlozeni elementu, zabere maximalni sirku timpadem dalsi jde pod nej */
text-decoration: none;      /* podtrhnuti textu */
line-height: 40px;      /* vyska radku */
text-align: center;
margin: 3px;
border-radius: 999px;
transition: 0.5s;
border: solid antiquewhite;
}
div.menu a:hover{
letter-spacing: 3px;
background: antiquewhite;
color: hotpink;
}
div{
    margin:auto;
     max-width: 1200px;
     border: 5px solid antiquewhite;
     border-radius: 20px 20px;
     background: rgba(255,255,255,0.15);
     padding-bottom: 10px;
     padding-top: 10px;
}
p{
    margin: 5px 10px;
    font-size: 1.1rem;
    color: antiquewhite;
    font-style: normal;
}
p img{
    border: 5px solid antiquewhite;
    float: left;
    rotate: 3deg;
    margin:10px;
}
img.hlavicka{
    border-radius: 10px 60px 0 0;
    width: 100%;
    height: auto;
}
p img:hover{
    border: 5px solid lightpink;
}
a{
    color: lightpink;
}
a:hover{
    text-decoration: none;
}
ul{
    color: antiquewhite;
    list-style-image: url(img-obrazky/odr1.png);
}
ul ul{
    color: lightpink;
    list-style-image: url(img-obrazky/odr2.png);
}
img.mini{
    height: 200px;
    width: auto;
    border: 5px solid antiquewhite;
    margin: 25px;
}
img.mini:hover{
    border: 5px solid lightpink;
    transition: 0.5s;
    transform: scale(1.1);
}
