::-webkit-scrollbar {
    width: 0.38rem;
    height: 0.382rem;
    /*padding-left: 5px;*/
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--lightestgrey);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
}

p {
    /*letter-spacing: 0.02rem;*/
    font-family: system-ui, Avenir, Helvetica, Arial, sans-serif, monospace;
    line-height: 1.5rem;
}
