﻿

body {
    font-family: Roboto Mono,monospace;
    color: #aaa;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overscroll-behavior: none;
    background: black;
    background-size: cover;
    height: 100%
}
a, a:link, a:visited, a:active, a:hover {
    color: #0280c9;
    text-decoration: none;
    cursor: pointer
}
