body{
background: rgb(255,253,159);
background: rgb(242,229,222);
}
h1, h2{
    font-family: "Petit Formal Script";
    color: black;
    font-size: 2.5rem;
    text-align: left;
    letter-spacing: 15px;
}
h2{
    font-size: 1.5rem;   /* poznámka */
    text-align center;
    border-bottom: 1px black;
    
}
div{
    margin: auto;
    max-width: 999px;
    border: 5px solid black;
    border-radius: 30px;
    background: rgba(255,255,255,0.6)
    
}
p{
    font-family: "Georgia";
    margin: 20px;
    line-height: 35px;
    font-size: 1.3rem;
    color: black;
}
p img{
    border: 3px solid black;
    float: left;
    margin: 10px;
}
img.hlavicka{
    border-radius: 30px 30px 0 0;
    width: 999px;
    height: auto;
}