body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: white;
    background-image:  radial-gradient(#ddd 1px, transparent 1px), radial-gradient(#ddd 1px, white 1px);
    background-size: 10px 10px;
    background-position: 0 0, 15px 15px;
}

* {
    box-sizing: border-box;
    cursor: url(https://files.catbox.moe/cghw08.cur), auto !important;
}

@font-face {
    font-family: "milkshake";
    src: url("https://dl.dropbox.com/scl/fi/kgryjlwomks3d1lhnvbzf/Milk-and-Shake-Mod-aespa_fonts.otf?rlkey=gn7oi84676bxtkocbucxtia1b")
}

@font-face {
    font-family: "editorial";
    src: url("https://dl.dropbox.com/scl/fi/ukjldf7r0ip52ox7rx8e0/PPEditorialNew-Regular.otf?rlkey=v2ulryhe3t38lxmm6udfvp15d");
}

@font-face {
    font-family: "silka";
    src: url("https://dl.dropbox.com/scl/fi/5qaape6ljawa1x6agoawl/Silka-Regular.otf?rlkey=98fjpf4c4sl9qted4vm6qvuts");
}

#container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    margin-bottom: 10px;
    padding: 10px;
    width: 400px !important;
    height: 350px;
    background: white;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow:
        inset 8px 0 8px -8px #888,
        inset -8px 0 8px -8px #888,
        inset 0 -8px 8px -8px #888;
}

#status {
    font-family: "editorial";
    font-size: 15px;
    line-height: 15px;
}

#img {
    width: 180px;
    height: auto;
    -webkit-mask-image: url("https://files.catbox.moe/gccxvt.png");
    -webkit-mask-size: 95%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

#categoryscroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
    width: 180px;
    height: 100px;
    background: white;
    background: linear-gradient(180deg, rgba(242,47,11,1) 0%, rgba(255,255,255,1) 50%);
    border: 1px solid black;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

.category {
    padding: 5px;
    width: 140px;
    height: 30px;
    background: white;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(251,193,0,1) 100%);
    border: 1px solid #fbc100;
    border-radius: 5px;
    font-family: "editorial";
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    transition: all 0.8s;
}

.category:hover {
    background: white;
    background: linear-gradient(180deg, rgba(251,193,0,1) 0%, rgba(255,255,255,1) 100%);
    transform: scale(1.1);
}

#credit {
    font-family: "editorial";
    font-size: 10px;
    line-height: 10px;
}

#contentbg {
    margin-bottom: 70px;
    padding: 10px;
    width: 180px;
    height: 250px;
    background: white;
    background: linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(8,178,219,1) 100%);
    border: 1px solid black;
    border-radius: 5px;
}

#contentbg2 {
    padding: 5px;
    width: 100%;
    height: 100%;
    background: #f22f0b;
    border: 1px solid white;
    border-radius: 5px;
}

#contentscroll {
    padding: 5px;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 3px;
    font-family: "editorial";
    font-size: 18px;
    line-height: 22px;
    color: black;
    overflow-x: hidden;
    overflow-y: auto;
}

.section {
    display: inline-block;
    margin-right: 5px;
    font-family: "silka";
    font-size: 18px;
    font-weight: bold;
    color: #fbc100;
    filter: drop-shadow(-0.1rem 0px 0px black) drop-shadow(0.1rem 0px 0px black) drop-shadow(0px -0.1rem 0px black) drop-shadow(0px 0.1rem 0px black);
}

#site {
    margin-top: 280px;
    margin-left: 190px;
    width: 200px;
    font-family: "milkshake";
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    animation: sitefloat 5s infinite ease-in-out;
    filter: drop-shadow(-1px 0px 0px black) drop-shadow(1px 0px 0px black) drop-shadow(0px -1px 0px black) drop-shadow(0px 1px 0px black) drop-shadow(2px 0px 0px white) drop-shadow(0px 2px 0px white) drop-shadow(-2px 0px 0px white) drop-shadow(0px -2px 0px white) drop-shadow(-2px 0px 0px black)  drop-shadow(0px 2px 0px black) drop-shadow(2px 0px 0px black) drop-shadow(0px -2px 0px black) drop-shadow(3px 3px 0px black);
}

.red {
    color: #f22f0b;
}

.blue {
    color: #08b2db;
}

.pink {
    color: #f965c3;
}
.yellow {
    color: #fbc100;
}

#site > .red, .blue, .pink, .yellow {
    display: inline-block;
    font-family: "milkshake";
    letter-spacing: -10px !important;
}

#updatelogcontainer {
    width: 200px;
    height: auto;
    position: fixed;
    top: 20px;
    left: 20px;
}

#updatelogtitle {
    width: 200px;
    height: 40px;
    background: white;
    border: 1px solid black;
    font-family: "milkshake";
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -2px;
    word-spacing: -2px;
    text-align: center;
    color: #f22f0b;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 2;
    box-shadow: 5px 5px white, -5px 5px white, -5px -5px white, 5px -5px white, 7px 7px black, -7px -7px black, -7px 7px black, 7px -7px black, 10px 10px black, 10px 0px black, 0px 10px black;
}

#updatelogscroll {
    margin-top: 9px;
    padding: 0 5px 0 5px;
    width: 200px;
    height: 150px;
    background: white;
    border: 1px solid black;
    font-family: "editorial";
    font-size: 18px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 60px;
    left: 20px;
    z-index: 1;
}

.date {
    display: inline-block;
    margin-right: 5px;
    font-family: "silka";
    font-size: 18px;
    font-weight: bold;
    color: #fbc100;
    filter: drop-shadow(-0.1rem 0px 0px black) drop-shadow(0.1rem 0px 0px black) drop-shadow(0px -0.1rem 0px black) drop-shadow(0px 0.1rem 0px black);
}

/********/

a {
    color: #08b2db;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

#categoryscroll > a {
    color: black;
    text-decoration: none;
}

#categoryscroll > a:hover {
    text-decoration: none;
}

#contentscroll > a {
    color: #08b2db;
    text-decoration: underline;
    text-decoration-style: wavy;
}

#contentscroll > a:visited {
    color: #f22f0b;
}

#categoryscroll::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

#categoryscroll::-webkit-scrollbar-thumb {
    background: transparent;
}

#contentscroll::-webkit-scrollbar {
    width: 8px;
}

#contentscroll::-webkit-scrollbar-track {
    background: transparent;
}

#contentscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fbc100;
}

#updatelogscroll::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
 
#updatelogscroll::-webkit-scrollbar-thumb {
    background: transparent;
}

/********/

@keyframes sitefloat {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, -20px);
    }
    100% {
        transform: translate(0, -0px);
    }
}

/********/

@media screen and (max-width: 500px) {
    #scaling {
        transform: scale(80%);
    }

    #updatelogcontainer {
        top: 10px;
        left: -30px;
        transform: scale(60%);
    }
    #updatelogscroll {
        height: 120px;
    }
}