*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    image-rendering: pixelated;
    font-family: jojoba;
    font-size: 10pt;
}
body{
    background: url("https://i.ibb.co/yBsqyRHM/hvtrs8-gmomb-lemcktkeq.png");
    background-size: 2%;
}
.container{
    width: 900px;
    height: max-content;
    margin: 0 auto;
    border-image: url("https://i.ibb.co/vv4pybnF/hvtrs8-fklgs-cct-oz.gif") 7 fill round;
    border-style: solid;
    border-width: 7px;
    padding: .24em;
    box-shadow: 0 0 3px 2px white;
}
.content{
    width: 100%;
    height: 100%;
    background: url("https://i.ibb.co/kgYVDx0N/hvtrs8-gmomb-lemcktkeq.png");
    padding: .24em;
    border: 2px ridge rgb(255, 255, 255);
}
header{
    width: 100%;
    height: 200px;
    padding: .24em;
    border: 2px ridge rgb(255, 255, 255);
}
.wrap{
    width: 100%;
    height: 100%;
    background: url("https://i.ibb.co/p6mQHvjD/hvtrs8-gmomb-lemcktkeq.png");
    position: relative;
}
@font-face {
    font-family: spirit;
    src: url("Spirit.ttf");
}
.wrap h1{
    position: absolute;
    bottom: 0;
    font-family: spirit;
    font-size: 3.5em;
    color: rgb(117, 71, 40);
    text-shadow: 3px 3px 0 white, -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white;
    filter: drop-shadow(1px 1px 0px rgba(128, 128, 128, 0.322));
}
.lace{
    position: absolute;
    top: -10px;
    left: 0;
    background: url("https://i.ibb.co/s9Js50Q9/hvtrs8-gmomb-lemcktkeq-mre-fitifeps-twm-lp-4b1679200e3d-a17f11d-1-4-e111cf5-b-923413-742.png");
    width: 100%;
    height: 60px;
    background-repeat: repeat-x;
    filter: brightness(110%) drop-shadow(1px 1px 0px rgba(128, 128, 128, 0.322));
}
@font-face {
    src: url(https://dl.dropbox.com/s/uougf9v63jmphoj/Jojoba.otf);
    font-family: jojoba;
}
.blob{
    width: 100%;
    background: white;
    border-radius: .24em;
    box-shadow: inset 0 0 2px rgb(184, 184, 184);
    margin: .67em 0;
    padding: .24em;
    font-family: jojoba;
    font-size: 10pt;
    color: rgb(117, 71, 40);
}
.flex{
    display: flex;
    width: 100%;
    height: 380px;
}
nav, main, aside{
    height: 100%;
}
main{
    width: 50%;
}
nav, aside{
    width: calc(50% / 2);
}
nav{
    box-shadow: inset 0 0 2px rgb(184, 184, 184), inset 0 0 10px 1px rgba(184, 184, 184, 0.363);
    background: radial-gradient(rgb(211, 246, 255), white);
    border-radius: .24em;
    padding: 0 .67em;
}
nav h1, .welcome h1, .generate h1{
    text-align: center;
    font-size: 2em;
    font-family: spirit;
    background: url("https://i.ibb.co/WvTq2GYc/plaid-brownt.jpg");
    padding: .24em;
    border: 2px outset white;
    border-radius: 100px;
    color: white;
    text-shadow: 3px 3px 0 rgb(117, 71, 40), -3px -3px 0 rgb(117, 71, 40), 3px -3px 0 rgb(117, 71, 40), -3px 3px 0 rgb(117, 71, 40);
}
nav ul{
    list-style-position: inside;
    list-style-image: url("https://i.ibb.co/YTkBnr5b/hvtrs8-i-pmsviog-ca-1-Jz-KAt7-H-twm-lp-65f0-30177a01a-a4bd3115fd3092615-53c-e6b1-55-gkf.gif");
}
nav li{
    cursor: pointer;
    color: rgb(117, 71, 40);
    border: 1px dotted rgb(117, 71, 40);
    border-top: none;
    margin-top: .67em;
    background: rgba(255, 255, 255, 0.562);
}
nav li:hover{
    font-style: italic;
    text-decoration: line-through wavy;
    padding-left: .67em;
}
nav hr, .welcome hr, .generate hr{
    border: 1px dotted rgb(117, 71, 40);
    margin: .67em;
}
main{
    background: url("https://i.ibb.co/359p7TkK/dot-02-89.gif");
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcome{
    width: 90%;
    height: 90%;
    background: url("https://i.ibb.co/G4FSZ1qj/che-c08.gif");
    border: 2px ridge white;
    padding: .67em;
    color: rgb(117, 71, 40);
    text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
}
.btntemp{
    width: 88px;
    height: 31px;
    background: white;
    border: 1px dotted black;
}
.btntemp, .welcome textarea{
    font-size: 8pt;
    text-align: center;
    color: rgb(117, 71, 40);
}
aside{
    background: url("https://i.ibb.co/yc8nQ36Q/tumblr-ac8ba42193e4d8ba3f272d47515ec6cb-9e6bd6a5-100.gif");
    box-shadow: inset 0 0 2px rgb(184, 184, 184);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .67em;
}
aside img{
    width: 80%;
    border-image: url("https://i.ibb.co/LD7Bv4gx/qsrn1x.png") 7 fill round;
    border-style: solid;
    border-width: 7px;
}
.yap{
    text-align: center;
    width: 100%;
    background: rgb(145, 94, 60);
    border-radius: .24em;
    box-shadow: inset 0 0 2px white;
    margin: .67em 0;
    padding: .24em;
    font-family: jojoba;
    font-size: 10pt;
    color: white;
}
.stats, .generator{
    background: white;
    width: 50%;
    height: 200px;
    box-shadow: inset 0 0 2px rgb(184, 184, 184);
}
.tab-content{
    display: none;
    width: 100%;
    height: 100%;
    background: url("https://i.ibb.co/4RTbPdhS/0200.gif");
    justify-content: center;
    align-items: center;
    padding: .67em;
    border: 2px white ridge;
}
.tabs{
    width: 100%;
    padding-left: .67em;
}
.tabs button{
    cursor: pointer;
    background: rgb(117, 71, 40);
    color: white;
    outline: none;
    padding: .24em;
    border-radius: .67em .67em 0 0;
    transition: all 0.3s;
    width: 90px;
    outline: 2px dotted white;
    outline-offset: -5px;
    border: 1px solid black;
}
.tabs button:hover{
    transform: scale(1.2);
    transition: all 0.3s;
}
.tabs button:nth-child(even) {
    background: rgb(199, 255, 255);
    color: rgb(117, 71, 40);
    outline: 2px dotted rgb(117, 71, 40);
}
.info{
    height: 170px;
    background: url("https://i.ibb.co/359p7TkK/dot-02-89.gif");
    padding: .67em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-content article{
    width: 100%;
    height: 100%;
    border-image: url("https://i.ibb.co/LD7Bv4gx/qsrn1x.png") 7 fill round;
    border-style: solid;
    border-width: 7px;
    color: rgb(117, 71, 40);
    overflow: auto;
    text-decoration: underline dotted;
}
::selection{
    background: rgb(117, 71, 40);
    color: white;
}
.updates, .todo {
    width: calc(50% / 2);
}
.miniblog {
    width: 50%;
}
.updates, .todo, .miniblog {
    height: 200px;
    background: white;
    box-shadow: inset 0 0 2px rgb(184, 184, 184);
}
footer{
    width: 100%;
    margin-top: .67em;
    text-align: center;
    background: rgb(145, 94, 60);
    border-radius: .24em;
    box-shadow: inset 0 0 2px white;
    padding: .24em;
    font-family: jojoba;
    font-size: 10pt;
    color: white;
}
.generator{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .67em;
}
.blah{
    width: 100%;
    height: 100%;
    background: url("https://i.ibb.co/Gf0JXrZD/hvtrs8-66-oefic-vuobnr-cmm-3330647a14834-4-25d4f-8f841a86b-vuobnr-illkng-ozok79-Tg-JV3rrtq2r.png");
    display: flex; 
    justify-content: center; 
    align-items: center; 
    padding: .67em;
}
.generate{
    width: 100%;
    height: 100%;
    border-image: url("https://i.ibb.co/LD7Bv4gx/qsrn1x.png") 7 fill round;
    border-style: solid;
    border-width: 7px;
    color: rgb(117, 71, 40);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.generate button{
    cursor: pointer;
    border: 1px solid rgb(117, 71, 40);
    outline: 2px dotted rgb(117, 71, 40);
    outline-offset: -5px;
    background: linear-gradient(rgb(234, 255, 255) 0%, rgb(182, 255, 255) 55%, rgb(110, 216, 216) 55%, rgb(178, 250, 250));
    color: rgb(117, 71, 40);
    padding: .67em;
    width: 130px;
    height: 30px;
    border-radius: .24em;
    text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
}
.updates, .todo{
    background: url("https://i.ibb.co/cKybP4vf/hvtrs8-66-oefic-vuobnr-cmm-e-141ffg4a7217ag2gd34681219-dacd-vuobnr-illkng-ol5yxz-Jo-QX3qx4pgr.jpg");
    border: 7px solid white;
    box-shadow: 0 0 3px 1px rgba(128, 128, 128, 0.322);
    outline: 1px solid rgba(128, 128, 128, 0.322);
    outline-offset: -7px;
    position: relative;
}
.updates h1, .todo h1{
    font-family: spirit;
    position: absolute;
    top: -25px;
    font-size: 2.5em;
    color: rgb(255, 255, 255);
    text-shadow: 3px 3px 0 rgb(117, 71, 40), -3px -3px 0 rgb(117, 71, 40), 3px -3px 0 rgb(117, 71, 40), -3px 3px 0 rgb(117, 71, 40);

}
.updates ul, .todo ul{
    list-style-position: inside;
    color: rgb(117, 71, 40);
    text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
    margin-top: .67em;
    text-decoration: underline dotted;
    overflow: auto;
    height: 170px;
    list-style-image: url("https://i.ibb.co/Df05h69S/tumblr-f70c09ef01f74ecae901e1ed3ed99708-c920058c-75.gif");
}
.updates li, .todo li{
    margin-top: .67em;
}
.miniblog{
    background: url("https://i.ibb.co/hJp05XCJ/t08-bg-biascheck.gif");
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5em;
}
.miniblog article{
    background: url("https://i.ibb.co/hRscrWxh/x17-bg-checked.gif");
    width: 100%;
    height: 100%;
    border: 2px ridge white;
    color: rgb(117, 71, 40);
    padding: .67em;
    overflow: auto;
}
.msgs:nth-child(2) {
    margin-top: 0;
}
.msgs{
    background: rgb(145, 94, 60);
    color: white;
    padding: .67em;
    width: 100%;
    border-radius: .67em;
    position: relative;
    margin-top: 2em;
}
.msgs::before{
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
    width: 15px;
    height: 15px;
    bottom: -10px;
    background: rgb(145, 94, 60);
}
@keyframes fart {
    50% {
        rotate: -5deg;
    }
}
#musicplayer{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 130px;
    cursor: pointer;
}
#musicplayer:hover{
    animation: fart 2s step-start infinite;
}
#musicplayer:active{
    transform: scale(0.9);
}
a{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
::-webkit-scrollbar {
    width: 14px;
    }

    ::-webkit-scrollbar:horizontal {
    height: 14px;
    }

    ::-webkit-scrollbar-corner {
    background: #eee;
    }

    ::-webkit-scrollbar-track:vertical {
    background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
    border-radius: 5px;
    }

    ::-webkit-scrollbar-track:horizontal {
    background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
    border-radius: 5px;
    }

    ::-webkit-scrollbar-thumb {
    border: 1.5px solid #888;
    border-radius: 5px;
    box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
    }

    ::-webkit-scrollbar-thumb:vertical {
    background: linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
    }

    ::-webkit-scrollbar-thumb:horizontal {
    background: linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
    }

    ::-webkit-scrollbar-button:horizontal:end:increment,
    ::-webkit-scrollbar-button:horizontal:start:decrement,
    ::-webkit-scrollbar-button:vertical:end:increment,
    ::-webkit-scrollbar-button:vertical:start:decrement {
    display: block;
    }

    ::-webkit-scrollbar-button:vertical {
    height: 15px;
    }

    ::-webkit-scrollbar-button:vertical:start:decrement {
    background: white;
    background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), #eee;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 100% auto, cover;
    -webkit-background-size: 100% auto, cover;
    -o-background-size: 100% auto, cover;
    background-size: 100% auto, cover;
    border: 1.5px solid #888;
    border-radius: 5px;
    }

    ::-webkit-scrollbar-button:vertical:start:increment {
    display: none;
    }

    ::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
    }

    ::-webkit-scrollbar-button:vertical:end:increment {
    background: white;
    background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), #eee;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 100% auto, cover;
    -webkit-background-size: 100% auto, cover;
    -o-background-size: 100% auto, cover;
    background-size: 100% auto, cover;
    border: 1.5px solid #888;
    border-radius: 5px;
    }

    ::-webkit-scrollbar-button:horizontal {
    width: 14px
    }
    ::-webkit-scrollbar-button:horizontal:start:increment {
    display: none;
    }
    ::-webkit-scrollbar-button:horizontal:end:decrement {
    display: none;
    }

    ::-webkit-scrollbar-button:horizontal:start:decrement {
    background: white;
    background: url("https://dl.dropbox.com/s/xcm618ghd823271/scroll5.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 100% auto, cover;
    -webkit-background-size: 100% auto, cover;
    -o-background-size: 100% auto, cover;
    background-size: 100% auto, cover;
    background-position: center;
    border-radius: 5px;
    border: 1.5px solid #888;
    }

    ::-webkit-scrollbar-button:horizontal:end:increment {
    background: white;
    background: url("https://dl.dropbox.com/s/byeyi7am889ii9m/scroll6.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 100% auto, cover;
    -webkit-background-size: 100% auto, cover;
    -o-background-size: 100% auto, cover;
    background-size: 100% auto, cover;
    background-position: center;
    border-radius: 5px;
    border: 1.5px solid #888;
    }