body {
    background-color: rgb(236, 174, 223) ;
    text-align: center;
    font-size: 40px;
    hr {
        border: none;
        border-top: 5px solid #004;
        width: 100%;
        margin-top: 5px;
 
    }
 
    }
    .Omně{
        background-color: rgb(236, 174, 223);
        font-size: 30px;
    }
    .Rodina{
        background-color: rgb(236, 174, 223);
        font-size: 30px;
    }
    .Kamarádi{
        background-color: rgb(236, 174, 223);
        font-size: 30px;
    }
    .Cestování{
        background-color: rgb(236, 174, 223);
        font-size: 30px;
        p {
            font-size: 7px;
          }
    }
    .button5 {background-color: #bb9fbb;} /* Green */
    
    .Zpět{
        background-color: rgb(127, 118, 204);
        font-size: 30px;
        position: fixed;
 
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    }
   
