
.mainPageBody {
    padding:20px;
    display:flex;
    flex-direction: column
}

.panelHrbitovy {
    width:100%;
    height:100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color:rgba(0,0,0,0.6);
    padding-top: 20px;
    padding-bottom: 20px;
}

.hrbitov {
    cursor:pointer;
    position:relative;
    background-color: grey;
    background-repeat: no-repeat;
    background-position: 12px 20px;
    color:white;
    height: 182px;
    width: 124px;
    margin:10px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
}

.hrbitov:hover {
    background-color: rgb(147,92,0);
}

.hrbitovNazev {
    position:absolute;
    bottom:5px;
    width:100%;
    text-align:center
}