html {
    font-size: 22px;
}

body {
    background: #121212;
    color: whitesmoke;
}

a {
    color: aliceblue;
}

a:visited {
    color: lightgray;
}
