* {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #271432;
}

::-webkit-scrollbar-thumb {
    background: #f4ebfa;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #be9bd5;
}

body {
    margin: 10px;
    font-family: 'Coolvetica';
    background-color: #32004e;
    background-image: url(img/bgs/check.gif);
    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: 24px;
}

h2 {
    font-family: 'Adorable Doll';
    font-size: 20px;
}

footer {
    margin-top: 10px;
    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: #592179;
    background: #d6b1ee;
  }
  
  ::selection {
    color: #592179;
    background: #d6b1ee;
  }

.title {
    color: #fff;
    font-family: 'Nightcore';
    font-size: 48px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    transition: .4s;
    width: auto;
    text-shadow: 2px 0px 2px #000, -2px 0px 2px #000, 0px 2px 2px #000, 0px -2px 2px #000;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.title:hover {
    letter-spacing: 4px;
    text-shadow: 2px 0px 2px #9B00FF, -2px 0px 2px #9B00FF, 0px 2px 2px #9B00FF, 0px -2px 2px #9B00FF;
}

.title::before {
    content: "( ";
}

.title::after {
    content: " )"
}


.container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    height: 666px;
    border: 1px solid white;
    background: linear-gradient(to bottom, #141414, #000);
    padding: 15px;
    box-shadow: 5px 5px 10px #000;
    border-radius: 15px 0px;
}

.sidebar-left {
    width: 28%;
    height: 100%;
    padding: 10px;
    font-family: 'Coolvetica';
    text-align: center;
    background-image: linear-gradient(to bottom, #6C32A4, #32004e);
    word-wrap: break-word;
    border: 1px solid white;
    overflow-y: auto;
}

.main {
    width: 100%;
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    border-radius: 20px;
    background-color: #f4ebfa;
}

.main iframe {
    display: block;
    padding: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 20px;
}

.sidebar-right {
    width: 28%;
    height: 100%;
    padding: 10px;
    font-family: 'Coolvetica';
    text-align: center;
    background-image: linear-gradient(to bottom, #6C32A4, #32004e);
    margin-left: auto;
    margin-right: 0px;
    word-wrap: break-word;
    border: 1px solid white;
    overflow-y: auto;
    overflow-x: hidden;
}

.link-menu {
    width: 100%;
    height: auto;
    background-color: transparent;
}

.sidebar-left h1 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Psychomachy';
    font-weight: lighter;
    font-size: 20px;
    letter-spacing: 1px;
    text-shadow: 3px 0px 2px #000, -3px 0px 2px #000, 0px 3px 2px #000, 0px -3px 2px #000;
}

.sidebar-left h1::before {
    content: url('/img/tiny/black/batwingl.gif');
    display: inline-block;
    margin: 3px;
}

.sidebar-left h1::after {
    content: url('/img/tiny/black/batwingr.gif');
    display: inline-block;
    margin: 3px;
}

.link-menu a {
    font-family: 'Coolvetica';
    font-size: 12px;
    letter-spacing: 2px;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 15px 0;
    width: 75%;
    display: inline-block;
    padding: 3px;
    margin-bottom: 5px;
    transition: .3s;
}

.link-menu a::before {
    display: inline-block;
    content: url(img/tiny/white/cross.png);
    vertical-align: -1px;
    margin-right: 5px;
    image-rendering: pixelated;
}

.link-menu a::after {
    display: inline-block;
    content: url(img/tiny/white/cross.png);
    vertical-align: -1px;
    margin-left: 5px;
    image-rendering: pixelated;
}

.link-menu a:hover {
    text-shadow: 1px 0px 2px #9B00FF, -1px 0px 2px #9B00FF, 0px 1px 2px #9B00FF, 0px -1px 2px #9B00FF;
    transform: translateX(5%);
}

.status {
    background-color: #f4ebfa;
    color: #271432;
    width: 100%;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border: 3px solid #271432;
    padding: 5px;
    letter-spacing: -.5px;
    word-spacing: 1px;
    margin-bottom: 10px;
}

.status b {
    text-shadow: none;
}

.status small {
    font-size: 10px;
    text-align: right;
}

.status h3 {
    font-size: 24px;
    font-family: 'Adorable Doll';
    text-transform: lowercase;
    margin-top: 0px;
    margin-bottom: 3px;
}

#current {
    font-family: 'Nintendo DS BIOS';
    font-size: 20px;
    text-align: left;
    text-wrap: balance;
}

#current img {
    vertical-align: text-bottom;
    min-height: 15px;
}

#statuscafe {
    margin-top: 5px;
    padding: 5px;
    margin-bottom: 2px;
}

#statuscafe-username {
    color: #271432;
    background-color: #d4bde3;
    font-family: 'Hyperlegible';
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#statuscafe-username a {
    font-family: 'Coolvetica';
    color: #9B00FF;
    transition: .3s;
}

#statuscafe-username a:hover {
    color: #fff;
}

#statuscafe-username::before {
    content: url(img/tiny/black/cross.png);
    display: inline-block;
    margin-right: .25em;
}

#statuscafe-username::after {
    content: url(img/tiny/black/cross.png);
    display: inline-block;
    margin-left: .25em;
}

#statuscafe-content {
    color: #271432;
    background-color: #fcf9ff;
    font-size: 13px;
    font-family: 'Hyperlegible';
    padding: 2px;
    text-align: center;
    text-wrap: balance;
    line-height: 1.25;
}

/*#statuscafe-content::before {
    display: inline-block;
    content: url(img/tiny/purple/impquotel.gif);
    vertical-align: 0px;
    margin-right: 2px;
}

#statuscafe-content::after {
    content: url(img/tiny/purple/impquoter.gif);
    vertical-align: -8px;
    margin-left: 3px;
}*/

.webrings {
    background-color: #f4ebfa;
    color: #271432;
    width: 100%;
    border-radius: 15px 225px 15px 255px/255px 15px 225px 15px;
    border: 3px solid #271432;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.meme {
    padding: 10px;
    color: #271432;
    background-color: #f4ebfa;
    border-radius: 15px 225px 15px 255px/255px 15px 225px 15px;
    border: 3px solid #271432;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.meme h2 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.meme img {
    width: auto;
    max-width: 100%;
    transition: .4s;
    margin-left: auto;
    margin-right: auto;
}

.meme img:hover {
    transform: scale(1.02);
}

.meme p {
    font-size: 12px;
    margin-bottom: 1px;
}

.visitors {
    padding: .5em;
    color: #271432;
    background-color: #f4ebfa;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border: 3px solid #271432;
    font-size: 12px;
}

.visitors h2 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.visitors p {
    margin-bottom: 2px;
}


@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, -6.66px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

@media screen and (width > 800px) {
    #mobile {
        display: none;
    }
    
}

@media screen and (width <=800px) {
    .container {
        display: block;
        height: auto;
        border-radius: 0;
        padding: .5em;
    }

    .sidebar-left {
        width: 100%;
        display: flex;
        height: auto;
    }

    .link-menu {
        text-align: center;
    }

    .link-menu a {
        margin-inline: auto;
        width: 130px;
        height: 1.5rem;
        border-radius: 0px;
        text-align: center;
    }

    .link-menu a:hover {
        transform: translateX(0);
    }

    .webrings {
        display: none;
    }   

    .main {
        display: block;
        margin-block: 1rem;
        margin-inline: 0;
        min-height: 800px;
    }

    .main iframe {
        min-height: 1000px;
        height: fit-content;
    }


    #desktop {
        display: none;
    }


    .sidebar-right {
        margin: 0;
        display: block;
        width: 100%;
    }
    
    .meme {
        display: none;
    }
}