/* Chrome, Safari, Edge */
*::-webkit-scrollbar {
  display: none;
}

/* Firefox */
html,
body,
* {
  scrollbar-width: none;
}

/* IE / old Edge */
html,
body,
* {
  -ms-overflow-style: none;
}

.myhovertxt .tn-atom {
    transition: color 0.2s ease;
}

.myhovertxt .tn-atom:hover {
    color: #ffffff !important;
}
.mymix .tn-atom {
    mix-blend-mode: lighten;
}