body{
background: rgb(10,0,255);
 background: #2A7B9B;
background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
font-family: "Embed code";
}
h1, h2{
    color: rgba(255,255,255,255);
    font-size: 5rem;
    text-align: center;
    letter-spacing: 20px;
}
h2{
    font-size: 2.5rem;   /* poznámka */
    border-bottom: 1px dotted gold;
}
div{

    margin: auto;
    max-width: 999px;
    border:5px solid white ;          /* dotted, dashed */
    border-radius: 0px;              /* 0 50px,  10px 30px 40px 50px, 100% */
   background: linear-gradient(90deg,rgba(139, 166, 181, 1) 0%, rgba(87, 199, 133, 1) 52%, rgba(11, 171, 230, 1) 100%);
}
p img{
    margin:10px;
    line-height:50px;
    font-size:1.1rem;
    color: rgba(0, 183, 255, 1);
    p img{
        border: 5px solid white;
        float: left;
        rotate: 5deg;
        margin: 10px;
    }
    img.gaucing1{
        border-radius: 60px 60px 0 0;
        
}
p img:hover{
    border: 5px solid darkorange;
}
img.image1{
        border-radius: 60px 60px 0 0;
}
