
#tokenlabel {
    margin-top: 20px;
    margin-bottom: 20px;
}
#tokenval {

    font-family: monospace;
    white-space: nowrap;
}
#tokenval:not(:hover) {
    filter: blur(0.4rem);

}