.char {
    display: inline;       /* keep text flow normal */
    white-space: pre;
    transition: color 0.2s ease;
}

.char.near {
    color: #00ffcc;
    text-shadow: 0 0 3px #00ffcc;
}

