.visual-array {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.arrayElt {
    width: 60px;
    border: 2px solid black;
    text-align: center;
    margin-left: -2px;
    margin-top: 4px;
    padding-bottom: 1px;
}

.read {
    background-color:chartreuse;
}

.write {
    background-color: rgb(247, 74, 74);
}

#reads {
    color: chartreuse;
    background-color: rgb(87, 84, 84);
    padding: 2px 14px;
}

#writes {
    color: rgb(247, 74, 74);
    background-color: rgb(87, 84, 84);
    padding: 2px 14px;
}

.stats {
    font-size: 24px;
}

.stats span {
    font-weight: bold;
}