.radek {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    margin: 1% 0;
}

.zakl {
    padding: 0.5% 1%;
    background-color: white;
    border: 2px solid black;
    border-radius: 10px;
    font-size: 230%;
    margin: 0 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zakl img {
    max-width: 90px;
    height: auto;
}

.drop {
    width: 24%;
    border-radius: 0;
}

.droppable, .draggable {
    width: 31%;
    justify-content: space-evenly;
}

.droppable {
    border-radius: 0;
    border: 2px dotted black;
}

.spravne {
    background-color: green;
}

.chybne {
    background-color: red;
}

.hoverDrop {
    background-color: antiquewhite;
}
