body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.body_uvod{
    background-color: rgb(124, 226, 124);
}

a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-style: oblique;
}
.img_uvod{
    width: 410px;
    height: auto;
    border-radius: 15%;
}

.odsazeni_uvod{
    padding: 25px 25px 25px 25px;
}

.body_kamaradi{
    background: rgb(253, 230, 30);
}
.obrazky_kamaradi{
    width: 300px;
    height: 400px;
    border-radius: 25%;
    rotate: 100rad;
    margin: 100px 50px 50px 150px;
}
.obrazky1_kamaradi{
    width: 300px;
    height: 400px;
    border-radius: 25%;
    rotate: -100rad;
    margin: 100px 150px 50px 50px;
}
.text_kamaradi{
    text-align: center;
    margin-top: 200px;
    font-size: 20px;
}
.zpatky_kamaradi{
    margin-top: 210px;;
}
.nadpis_kamaradi{
    font-size: 60px;
}

.body_omne{
    background-color: rgb(0, 136, 255);
}
.text_omne{
    font-size: 15px;
}
.obrazek_omne{
    border-radius: 15%;
    width: 500px;
    height: 600px;
}
.obrazek_omne:hover {
    animation: vibrate 0.2s;
    animation-iteration-count: infinite;
}
@keyframes vibrate {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(-2deg); }
    20% { transform: rotate(0deg); }
    30% { transform: rotate(-2deg); }
    40% { transform: rotate(0deg); }
    50% { transform: rotate(-2deg); }
    60% { transform: rotate(0deg); }
    70% { transform: rotate(-2deg); }
    80% { transform: rotate(0deg); }
    90% { transform: rotate(-2deg); }
    100% { transform: rotate(0deg); }
}
.body_konicky{
    background-color: rgb(255, 128, 0);
}
.text_konicky{
    text-align: center;
    font-size: 20px;
}
.obrazek_konicky{
    width: 700px;
    height: 350px;
    border-radius: 25px;
    
}
.body_rodina{
    background-color: rgb(167, 0, 213);
}
.figura{
    margin: auto;
    position: absolute;
    top: 150px;
    left: 38%;
    bottom: 70px;
    right: 25%;
}
.obrazek_rodina1{
    width: 70%;
    height: 100%;
    position: absolute;
    border-radius: 15%;
}
.obrazek_rodina2{
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .2s ease-out;
    border-radius: 15%;
}
.obrazek_rodina2:hover{
    opacity: 1;
    position: absolute;
    border-radius: 15%;
}
.zpatky{
    text-decoration: none;
    border-radius: 25%;
}
.tlacitko{
    margin: auto;
    position: absolute;
    top: 100%;
    left: 28%;
    bottom: 0;
    right: 0%;
}