body {
    font-family: Calibri;
    letter-spacing: 1px;
    font-size: 16px;

    overflow-y: scroll;
    overflow-x: scroll;
}

.mappa {
    font-family: Consolas;
    letter-spacing: 6px;
    font-size: 10px;
}

.tooltipped{

}

.tooltiptext {
    visibility: hidden;
    max-width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;

    font-family: Calibri;
    letter-spacing: 1px;
    font-size: 16px;
}

.tooltipped:hover .tooltiptext {
    visibility: visible;
}

.e {
    outline-style: solid;
    outline-width: 1px;
    text-align: center;
}

.essere2{

    font-size: 24px;
    text-align: center;
    height: 25px;
    width: 25px;
}

.m {
    color: blue;
}

.f {
    color: red;
}