@font-face {
    font-family: 'gothic';
    src: url(/GothicPixels.ttf);
}

@font-face {
    font-family: '000';
    src: url(000webfont.ttf);
}

@font-face {
    font-family: 'dings';
    src: url(TwelveDings.ttf);
}

body {
    background-color: black;
    color: greenyellow;
    font-family: '000';
}

h1 {
    font-family: 'gothic';
}

h2 {
    background-color: #82ff2f;
    color: black;
    margin: 0;
}

h3 {
    margin: 0;
    border-bottom: 1px solid #82ff2f;
    font-weight: normal;
}

.content {
    width: 80%;
    border: 2px solid #82ff2f;
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: flex;
    height: 95.5%;
}

.box {
    padding: 5px;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.box ul {
    margin: 0;
}

.menu li {
    list-style-type: none;
}

.menu {
    text-align: center;
    position: sticky;
    top: 0;
    height: 633px;
}

.menu a, .menu a:visited {
    color: black;
    text-decoration: none;
}

.menu a li {
    background-color: #82ff2f;
    border: 1px solid black;
    padding: 2px;
}

.menu a li::before {
    content: "> ";
}

.menu a li.sub::before {
    content: " ↳ ";
    font-size: 10px;
}

.menu li {
    padding: 2px;
    border: 1px solid black;
}

.menu li:hover {
    background-color: black;
}

.menu a:hover {
    color: #82ff2f;
}

.menu a.active, .menu li.active {
    background-color: black;
    color: #82ff2f;
    text-align: left;
}

.box a, .box a:visited {
    color: #82ff2f;
}

.box a:hover {
    background-color: #82ff2f;
    color: black;
}

.box a::after {
    content: ' A';
    font-family: 'dings';
    font-size: 10px;
}

.box::-webkit-scrollbar {
    width: 7px;
}

.box::-webkit-scrollbar-thumb {
    background-color: #82ff2f;
    border-right: 2px solid black;
}

#crochet img {
    max-height: 50px;
}

#crochet td {
    text-align: center;
}

::selection {
    background-color: #adff2f;
    color: black;
    font-weight: bolder;
}

#pokemon .bw {
    opacity: 0.3;
}

.contain {
    display: flex;
}

.overwatch img {
    width: 100px;
    height: 100px;
}