:root {
    background-color: black;
}

body {
    max-width: 100vw;
    max-height: 100vh;
}

.terminal {
    font-size: 150%;
    font-family: monospace;
    white-space: nowrap;
    letter-spacing: 0;
    line-height: 1.4;

    padding: 2%;

    width: 100%;
    height: 100%;
}

/* Thanks to https://manytools.org/hacker-tools/convert-images-to-ascii-art/ for ascii class styles */
.ascii {
    color: white;
    display: inline-block;
    white-space: pre;
    /* letter-spacing: 0; */
    /* line-height: 1.4; */
    /* font-family: "Consolas", "BitstreamVeraSansMono", "CourierNew", Courier, monospace; */
    /* font-size: 12px; */
}

.neofetch {
    display: flex;
    flex-wrap: wrap;
}

.neofetch-text {
    /* margin-left: 15px; */
    list-style: none;
}

.vertical-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: left;
    color: white;
}

/* a {
    color: white;
}

a:link {
    color: white;
}

a:visited {
    color: white;
} */

.links-dir a {
    text-decoration: none;
}

.links-dir a:link {
    text-decoration: none;
}

.links-dir a:visited {
    text-decoration: none;
}

.links-dir a:hover {
    text-decoration: underline;
}

.links-dir li::marker {
    content: '➢ ';
    color: white;
    font-size: 150%;
    /* margin-right: 5px; */
}

/* Specially for w3m and lynx users */

.no-css {
    display: none;
}