﻿* {
    font-family:Verdana;
    box-sizing:border-box;
}
body {
    color:white;
    background-color:#1e1e1e;
}

.customScroll {
    scrollbar-color: #888 #000;
}