::-webkit-scrollbar {
    display: none;
}
:root {
    -ms-overflow-style: none;
}

pre::-webkit-scrollbar {
    height: 5px;
    display:grid;
    border-radius:20px; 
}

pre::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.neonText {
color: #3aa675;
text-shadow:
    0 0 13px #fff,
    0 0 14px #fff,
    0 0 15px #fff,
    0 0 16px #fff,
    0 0 17px #fff,
    0 0 18px #fff,
    0 0 19px #fff,
    0 0 20px #fff;
}