* {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #271432;
}

::-webkit-scrollbar-thumb {
    background: #e7dbef;
}

::-webkit-scrollbar-thumb:hover {
    background: #be9bd5;
}

body {
    margin: 10px;
    font-family: 'Coolvetica';
    background-image: url(/img/bgs/check.gif);
    background-color: #32004e;
    color: #fff;
}

a {
    color: #9B00FF;
    text-decoration: none;
    transition: .3s;
}

a:hover {
    color: #fff;
    text-shadow: 1px 0px 2px #9B00FF, -1px 0px 2px #9B00FF, 0px 1px 2px #9B00FF, 0px -1px 2px #9B00FF;
}

b {
    text-shadow: 2px 0px 2px #54008b, -2px 0px 2px #54008b, 0px 2px 2px #54008b, 0px -2px 2px #54008b;
}

p {
    display: block;
    margin-top: 0px;
}

hr {
    border: 1px solid black;
    width: 100%;
}

h1 {
    font-family: 'Nightcore';
    font-size: 36px;
}

footer {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    text-align: center;
    font-family: 'Coolvetica';
    font-size: 16px;
    text-shadow: 2px 0px 2px #000, -2px 0px 2px #000, 0px 2px 2px #000, 0px -2px 2px #000;
}

::-moz-selection {
    color: #FFF;
    background: #9660BB;
}

::selection {
    color: #FFF;
    background: #9660BB;
}

.container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 85%;
    height: 650px;
    padding: 15px;
}

.categories {
    width: 25%;
    height: 100%;
    padding: 5px;
    font-size: 12px;
    font-family: 'Hyperlegible';
    text-align: center;
    background-image: linear-gradient(to bottom, #111, #000);
    word-wrap: break-word;
    border: 1px solid white;
    overflow-y: auto;
    overflow-x:hidden;
}

.categories a {
    font-size: 18px;
    color:#ad31ff;
    transition: .3s;
}

.categories a:hover {
    color:#e7dbef;
}

.main {
    width: 100%;
    height: 100%;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: transparent;
}

.main iframe {
    padding: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}
.link-menu {
    width: 100%;
    height: auto;
    background-color: transparent;
}

.categories h1 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Psychomachy';
    font-weight: lighter;
    font-size: 24px;
    letter-spacing: 1px;
    text-shadow: 3px 0px 2px #000, -3px 0px 2px #000, 0px 3px 2px #000, 0px -3px 2px #000;
}

.categories h1::before {
    content: url('/img/tiny/black/batwingl.gif');
    display: inline-block;
    margin: 3px;
}

.categories h1::after {
    content: url('/img/tiny/black/batwingr.gif');
    display: inline-block;
    margin: 3px;
}

.link-menu a {
    font-family: 'Coolvetica';
    font-size: 16px;
    letter-spacing: 2px;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #FFF;
    width: 85%;
    display: inline-block;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: .4s;
}

.link-menu a:hover {
    text-shadow: 1px 0px 2px #9B00FF, -1px 0px 2px #9B00FF, 0px 1px 2px #9B00FF, 0px -1px 2px #9B00FF;
    letter-spacing: 4px;
}