body{
    background-image: url(https://64.media.tumblr.com/86e443da06ecd961b13decd70a42c7bc/c33ef4067bcde5db-4d/s500x750/2b7a36129fb605d6abd646e6c13f19237a416f6d.gifv);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

body p{
    font-family: Verdana, sans-serif;
    font-size: small;
    color: white;
}

.container{
    width: 80%;
    height: 80%;
    background-color: black;
    border: 2px red solid;
    box-shadow: 0px 0px 20px red;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}
/* 
.left{
    width: ;
} */

.content{
    overflow-y: scroll;
    height: 100%;
    width: 80%;
    float: left;
}

#last{
    margin-bottom: 5%;
}

.pagetitle{
    color: white;
    font-size: x-large;
    text-align: center;
    font-family: "nunito sans", sans-serif;
    font-weight: bold;
    text-shadow: red 2px 2px 0px;
    background: linear-gradient(white, #6c4f73);
}

.neocities, .websites, .playlists, .vessays{
    border-radius: 10px;
    margin-top: 5%;
    width: 90%;
    height: 20%;
    margin-left: 5%;
    animation: colorchange 2s;
    animation-iteration-count: infinite;
    overflow-y: scroll;
}

.neocities p, .websites p, .playlists p, .vessays p{
    margin-left: 5%;
}

.divtitle{
    margin-left: 5%;
    font-weight: bold;
    float: none !important;
}

@keyframes colorchange{
    0%{
        border: 3px #6c4f73 solid;
        box-shadow: #6c4f73 0px 0px 15px;
    }
    33%{
        border: 3px #6699a1 solid;
        box-shadow: #6699a1 0px 0px 15px;
    }
    66%{
        border: 3px #77e48f solid;
        box-shadow: #77e48f 0px 0px 15px;
    }
    100%{
        border: 3px #6c4f73 solid;
        box-shadow: #6c4f73 0px 0px 15px;
    }
}

.playlists iframe, .vessays iframe{
    margin-left: 3%;
    margin-bottom: 3%;
}

.long{
    margin-bottom: 10% !important;
}

#break{
    width: 60%;
    float: right;
    margin-bottom: 3%;
    margin-right: 2%;
}

.divtext{
    margin-left: 3% !important;
}

.divtext a{
    color: #6699a1;
}

.divtext a:hover{
    text-shadow: #6699a1 0px 0px 5px, #6699a1 0px 0px 10px, #6699a1 0px 0px 10px;
}

.neocities a{
    text-decoration: none;
    margin-left: 3%;
    margin-top: 3%;
    margin-bottom: 5%;
}

.playlists p{
    float: right;
}

.over1{
    position: absolute;
    top: 40;
    left: 70;
    rotate: -10deg;
}

.over1:hover, .over2:hover{
    width: 12%;
}

.over2{
    position: absolute;
    bottom: 30;
    right: 140;
    rotate: 5deg;
}

.over3{
    position: absolute;
    top: 50;
    right: 200;
    animation: rotate 7s;
    animation-iteration-count: infinite;
    border-radius: 100%;
}

@keyframes rotate{
    0%{
        rotate: 0deg;
    }
    100%{
        rotate: 360deg;
    }
}

.menu{
    float: left;
    background-color: transparent;
    height: 100%;
    width: 20%;
    overflow: hidden;
}

.webtitle{
    background-color: transparent;
    height: 15%;
    width: 80%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50%;
}

.titlea{
    width: inherit;
    height: inherit;
    font-family: "faithcollapsing" !important;
}

.titlea p{
    font-family: "faithcollapsing" !important;
}

.titlea:visited{
    text-decoration: none;
}

.titlea:active{
    text-decoration: none;
}

.titlea:link{
    text-decoration: none;
}

.titlealeft{
    height: 100%;
    float: left;
    background: transparent;
    width: 70%;
}

.titlep1{
    font-size: x-large;
    padding: 0px;
    margin: 0px;
    margin-left: 5%;
    color:rgb(128, 2, 2);
    text-shadow: 0px 0px 10px;
    animation: breathe1 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe1{
    0%{
        text-shadow: 0px 0px 10px;
    }
    50%{
        text-shadow: 0px 0px 30px;
    }
    100%{
        text-shadow: 0px 0px 10px;
    }
}

.titlep2{
    font-size: xx-large;
    padding: 0px;
    margin: 0px;
    margin-left: 10%;
    background: linear-gradient(#800202, black);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: breathe2 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe2{
    0%{
        text-shadow: 0px 0px 20px rgb(107, 1, 1);
    }
    50%{
        text-shadow: 0px 0px 30px rgb(107, 1, 1);
    }
    100%{
        text-shadow: 0px 0px 20px rgb(107, 1, 1);
    }
}

.mouth{
    background: transparent;
    float: right;
    margin-top: 5%;
    width: 30% !important;
    animation: breathe3 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe3{
    0%{
        -webkit-filter: drop-shadow(0px 0px 10px rgb(80, 0, 0));
        filter: drop-shadow(0px 0px 10px rgb(77, 0, 0));
    }
    50%{
        -webkit-filter: drop-shadow(0px 0px 5px rgb(80, 0, 0));
        filter: drop-shadow(0px 0px 5px rgb(77, 0, 0));
    }
    100%{
        -webkit-filter: drop-shadow(0px 0px 10px rgb(80, 0, 0));
        filter: drop-shadow(0px 0px 10px rgb(77, 0, 0));
    }
}


.filler{
    background-color: transparent;
    margin: 5%;
}

.btn{
    width: 45%;
}

.blinkie{
    width: 90%;
    margin-bottom: 2%;
}

html::before {
    content: " ";
    display: block; position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 50%);
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

@font-face{
    font-family: "faithcollapsing";
    src: url(Faith\ Collapsing.ttf);
}

.nunito-sans{
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto; 
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    background-image: linear-gradient(rgb(193, 193, 193), rgb(151, 151, 151));
    box-shadow: inset -2px -2px rgb(95, 95, 95), inset 2px 2px rgb(205, 205, 205);
}

::-webkit-scrollbar-thumb{
    background-image: linear-gradient(#6c4f73, #4c2a54);
    box-shadow: inset -1px -1px #4b2156, inset 1px 1px white, 0px 2px rgb(95, 95, 95);
}

::-webkit-scrollbar-thumb:hover{
    background-image:linear-gradient(#4c2a54, #411f49);
    box-shadow: inset -1px -1px #2f0c36, inset 1px 1px white, 0px 2px rgb(95, 95, 95);
}