body {
    background-color: black;
    color: white;
    font-family: monospace;
}

a {
    all: unset;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
