* {
    background-color: #000;
    color: #ffffff;
    text-shadow: 2px 2px 2px #f00;
    font-family: 'MS Gothic', monospace;
}

* {
    scrollbar-width: none;
}

*::-webkit-scrollbar {
    width: 0;
}

h1, h2 {
    font-style: italic;
}

a {
    color: #ffffff;
}

ul {
    list-style: none;
    line-height: 1.4em;
    margin-left: -40px;
}

.inner li:before {
    content: "└";
    padding-right: 5px;
}