body{
    font-family: monospace;
    background-color: #101010;
    color: white;
    font-size: 16px;
    margin: 0px;
    min-width: 360px;
    overflow: hidden;
}
a{
    text-decoration: underline;
    color: white;
}