html {
    width: 100%;
    height: 100%;
    background-color: hsl(0 0% 0%);
    color: white;
    font-family: "Space Mono", monospace;
}

h1 {
    font-size: 50px;
}

a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

a:visited {
    color: hsl(0 0% 87%);
}

a:hover {
    text-decoration: underline;
}

li {
    list-style-type: none;
    margin-bottom: 16px;
}
