#hlavniobsah {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.element {
    margin: 0 1.25%;
    flex-grow: 1;
    flex-basis: 0;
}

.element img {
    max-height: 118px;
    width: auto;
}

.radek {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0.5%;
    padding: 0.75% 0.5%;
    font-size: 200%;
    background-color: #FFEFD3;
    align-items: center;
}

input {
    border: 1px solid black;
    font-size: 100%;
    color: black;
    width: 100%;
    text-align: center;
}



.spravne {
    background-color: #52C820;
}

.chybne {
    background-color: #DB2343;
}

.hoverDrop {
    background-color: antiquewhite;
}