body {
    background-color: #141414;
    color: #e0e0e0;
    font-family: "Hack", monospace;
    font-size: 16px;
    text-align: justify;
    line-height: 20px;
    max-width: 720px;
    margin: 4em auto 2em auto;
}

@media (max-width: 800px) {
    body { width: 90%; }
}

.links {
    text-align: center;
}

a {
    text-decoration-line: none;
    color: #3bf062;
}

a:hover {
    color: #141414;
    background-color: #3bf062;
}

hr {
    margin-top: 2em;
    margin-bottom: 2em;
}

.divisor {
    border: 1px dashed gray;
    margin-left: 2em;
}

h1 {
    text-align: center;
}

mark {
    background-color: #e0e0e0;
}

ul {
    list-style-type: "└─ ";
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

dd, li {
    margin-bottom: 6px;
}

dt {
    font-weight: bold;
}

.dir::before {
    content: "└─ ";
}

td {
    border: solid 1px gray;
    text-align: center;
}

.description {
    padding-left: 1em;
    padding-right: 1em;
}

img {
    width: 250px;
}