.free-wall {
    margin: 15px;
}
.cell {
    cursor: pointer;
    box-shadow: 5px 5px 5px #C9C5C5;
}

.cell:hover{
    box-shadow: 5px 5px 5px #707171;
}



.cell .cover {
    cursor: move;
    padding: 15px;
}

.handle {
    border: 1px dotted orange;
    padding: 4px
}

.size11 {
    line-height: 154px;
    margin-left: 50px;
}

.menu-font {
    font-size: 25px;
    font-weight: 100;
    font-family: inherit;
    font-style: oblique;
    color: rgb(16, 117, 179);
}

.menu:hover {
    color: rgb(64, 193, 201);
}
