
@font-face {
    font-family: 'ProggyClean';
    src: url(ProggyClean.ttf);
}
@font-face {
    font-family: 'MidnightCoffee';
    src: url(MidnightCoffee.ttf)
}
@font-face {
    font-family: 'burnout';
    src: url(burnout.ttf)
}
        html {
            background-image: linear-gradient(#7AC32D, rgba(255, 255, 255, 0.25), #4f8c0f, rgba(255, 255, 255, 0.25), #7AC32D), url(https://files.catbox.moe/53kjva.jpg);
            font-family: 'ProggyClean', Sans-serif;
            font-size: 21px;
            line-height: 15px;
            letter-spacing: -1px;
        }
        

        body {
            cursor: url('https://files.catbox.moe/5x6oc9.gif'), auto;
}
        a:hover {
cursor:url('https://files.catbox.moe/mbscf6.gif'), auto;
}

        #lol{
            border: solid 2px;
            padding: 10px;
            margin: auto;
            margin-top: 10px;
            display:flex;
            width: 1400px;
            height: 850px;
        }
        #content {
            border: solid 2px;
            width:1100px;
            word-wrap: break-word;
        }  
        #rightbar{
            border: 2px solid;
            flex-grow: 1;
            margin-left: 14px;
        }
        
        #header{
            background-color: white;
            margin: 10px;
            height: 150px;
            display:flex;
        }
        #name{
            background-color:darkseagreen;
            width: 400px;
        }
        #gifspace {
            background-color:lightskyblue;
            flex-grow: 1;
            margin-left: 10px;
        }
        #middle {
            margin: 10px;
            display: flex;
        }
        #farleft {
            background-image: url(https://files.catbox.moe/mpz8ta.jpg);
            width: 270px;
            margin-right: 10px;
            height: auto;
            align-items: center;
            border-radius: 10px;
            
        }
#about {
    border: inset 5px #78662b;
    height: 150px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 5px;
    background-image: url(https://files.catbox.moe/4qr8y8.jpg);
}
.webrings {
    border: dotted green;
    height: 100px;
    margin: 5px;
    overflow-y: scroll;
    padding: 5px;
    border-radius: 20px;
    background: rgb(79,198,83);
background: linear-gradient(0deg, rgba(79,198,83,1) 0%, rgba(240,242,135,1) 100%);
    align-items: center;
}
#stampscroll {
    overflow: hidden;
    margin: 5px;
    padding: 5px;
    height: 100px;
    margin-top: 8px;
}
#aboutbottom {
    display: flex;
}
.stampcontainer {
    display: flex;
    flex-direction: column;
    padding: 5px;
    align-items: center;
    animation: 150s slideup infinite linear;
    animation-delay: 0s;
}
.counter {
    margin: 15px;
    border: solid 2px #4a3818; 
    padding: 8px;
    background: rgb(7,157,27);
background: linear-gradient(0deg, rgba(7,157,27,1) 0%, rgba(240,242,135,1) 100%);
    border-radius: 20px;
    width: fit-content;
}
        #blah {
            background-color: black;
            flex-grow: 1;
            display: flex;
        }
        #blahleft, #blahright {
            margin: 7px;
            
        }

        
        #blahleft {
            width: 285px;
        
        }
        #blahright {
            flex-grow: 1;
            word-wrap: break-word;
            
            
        }
        #player{
            background-color: black;
            margin: 5px;
            height: 347px;
        }

        #update{
            background-color: rgba(36, 184, 144, 0.60);
            margin: 5px;
            height: 189px;
            overflow-y:scroll;
            border: 3px solid #477a0b;
            color: white;
        }

        #notsure{
            height: 103;
            background-color: dimgrey;
            margin: 5px;
}
        #construct {
            background-color:#F9F380;
            margin: 5px;
            display: flex; 
            padding: 5px; 
            border: #D5CE49 2px solid; 
            
        }
        #notsure2{
            height: 86px;
            background-color: burlywood;
            margin: 5px;
}
        #desc {
            background-image:url(https://files.catbox.moe/cuuxrq.jpg);
            margin: 5px;
            height: 460px;
            padding: 7px;
            overflow-y: scroll;
            width: 461px;
            line-height: 1; 
            color: white;
            text-shadow: 3px 2px 2px black;
            border: 3px solid #448271;
            
        }
        #nav {
            background-image: url(https://files.catbox.moe/6vri1g.jpg);
            background-size: cover;
            margin: 5px;
            height: 400px;
            text-align: center;
            list-style: none;
        
        }
        
        #chat {
            background-color: white;
            margin: 5px;
            height: 366px;
        }
        
        #gifspace2 {
            background-color: white;
            margin: 5px;
            height: 60px
        }

.stamp {
    width: 200px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.titles {
    font-family: "burnout";
    color: white;
    -webkit-text-stroke: 1.5px black; 
    font-size: 60px;
}

.chococat {
    height: 100px;
    box-shadow:4px 4px 4px #4a3818c7;
}

@keyframes slideup {
    0%{
        transform: translateY(80px);
    
    }
    100%{
        transform: translateY(-16000px);
    }
}

div::-webkit-scrollbar {
    width: 12px;
}
div::-webkit-scrollbar-thumb {
    background: linear-gradient(to top left, transparent, transparent, white, transparent, transparent), radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3)), #91e308;
    border-radius: 4px;
    border: 1px solid black;
}
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px green;
    border-radius: 4px;
    border: 2px dashed darkgreen;
    background-color: rgba(255, 255, 255, 0.3);
}
p {
    display: block; 
    margin: 5px;
}

div {
    display: block;
    unicode-bidi: isolate;
}

img {
    
    overflow clip margin: content-box;
    overflow: clip; 
    
}