:root{--background-color:#303030;--off-background-color:#505050;--text-color:#dcdcdc;--off-color:#e6e6fa;--dark-text-color:#696969}body{background:var(--background-color);max-width:900px;margin:1rem auto}a,body{color:var(--text-color)}a{&:visited{color:var(--off-color)}}table{width:100%;margin:1rem 0}table td:first-child,table th:first-child{text-align:right}table td,table th{text-align:center}::-webkit-scrollbar{width:.75em}::-webkit-scrollbar-thumb{background-color:var(--off-background-color);outline:1px solid var(--background-color)}