html {
    background-color: black;
    color: white;
    font-family: monospace;
    cursor: default;
    user-select: none;

    /* center */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.header { font-size: 32px; }
.links { text-align: left; }
a { 
    color: rgb(100, 100, 100);
    text-decoration: none;
    cursor: pointer; 
}
a:hover { text-decoration: underline; color: rgb(170, 170, 170); }
a:active { text-decoration: underline; color: rgb(200, 200, 200); }

a.webring { color: white; text-decoration: none; }
a.webring:hover { color: rgb(200, 200, 200); }
a.webring:active { color: rgb(170, 170, 170); }