body {
    margin:0px;
    font-family: 'Roboto Mono', monospace;
    color: white;
    background-color: rgb(24,26,27);
}

a:link,
a:visited {
    color: skyblue;
}