* {
    -webkit-font-smoothing: none;
    cursor: url("https://file.garden/ZT7otS4GVhtuLR6D/hana-maru-cursor.png"), auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

::-webkit-scrollbar {
    width: 15px;
}
  
::-webkit-scrollbar-thumb {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #adadad;
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    z-index: 1;
}
  
::-webkit-scrollbar-track {
    background-color: #fff;
    background-image: url(https://i.imgur.com/IGXGYKz.png);
}

::-webkit-scrollbar-corner {
    background-color: #cccccc;
}
    
::-webkit-resizer {
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==");
    background-position: bottom right;
    background-repeat: no-repeat;
    image-rendering: pixelated;
 }
    
::-webkit-scrollbar-button, ::-webkit-scrollbar-button {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #adadad;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    image-rendering: pixelated;
    background-repeat: no-repeat;
    background-position: center center;
}
    
::-webkit-scrollbar-button:active, ::-webkit-scrollbar-button:active {
    background-position: 2px 2px;
}
    
::-webkit-scrollbar-button:horizontal:decrement, ::-webkit-scrollbar-button:horizontal:decrement {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
}
    
::-webkit-scrollbar-button:horizontal:increment, ::-webkit-scrollbar-button:horizontal:increment {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
}
    
::-webkit-scrollbar-button:vertical:decrement, ::-webkit-scrollbar-button:vertical:decrement {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
}
    
::-webkit-scrollbar-button:vertical:increment, ::-webkit-scrollbar-button:vertical:increment {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
}
    
::-webkit-scrollbar-button:horizontal:increment:start, ::-webkit-scrollbar-button:horizontal:increment:start {
    display: none;
}
    
::-webkit-scrollbar-button:horizontal:decrement:end, ::-webkit-scrollbar-button:horizontal:decrement:end {
    display: none;
}
    
::-webkit-scrollbar-button:vertical:increment:start, ::-webkit-scrollbar-button:vertical:increment:start {
    display: none;
}
    
::-webkit-scrollbar-button:vertical:decrement:end, ::-webkit-scrollbar-button:vertical:decrement:end {
    display: none;
}
    
::-webkit-scrollbar-button:active, ::-webkit-scrollbar-button:active {
    border-top: 1px solid #868a8e;
    border-left: 1px solid #868a8e;
    border-bottom: 1px solid #868a8e;
    border-right: 1px solid #868a8e;
    box-shadow: none;
}

.lines {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 999;
    opacity: 0.05;
}

.lines:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .5) 51%);
    background-size: 100% 2px;
    will-change: background, background-size; animation: scanlines 0.2s linear infinite;
}
 
@keyframes scanlines {
    from {
    background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, .5) 51%); background-size: 100% 2.5px; }
    to {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 50%, transparent 51%);
    background-size: 100% 2.5px;
    }
}

/* will-change: filter; */

a {
    display: inline-block;
    color: white;
    transition: var(--transition);
    text-shadow: var(--textshadowdark);
    cursor: url(https://file.garden/ZT7otS4GVhtuLR6D/fish-cursor.png), pointer;
    text-decoration: none;
}
  
a:hover {
    color: white;
    text-decoration: underline;
}

::selection {
    color: #988188;
    background: #f8f0f1;
}

:root {
    --maintxt: #766b6b;
    --transition: all 250ms ease-in-out 0s;
    --textshadowdark: -1px 0px #8d8181, 0px 1px#8d8181, 1px 0px #8d8181, 0px -1px #8d8181;
    --textshadowwhite: -1px 0px white, 0px 1px white, 1px 0px white, 0px -1px white;
    --pink: #faf1f3;
    --green: #eef4ec;
    --shadow: #00000025;
}

body {
    background: radial-gradient(transparent, rgba(255, 255, 255, 0.5)), url(https://file.garden/ZT7otS4GVhtuLR6D/db370.jpg);
    background-size: cover;
    font-size: 16px;
    color: var(--maintxt);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}

.maincontainer {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: white;
    width: fit-content;
    padding: 5px;
    border-image: url(https://file.garden/ZT7otS4GVhtuLR6D/vZi4EeC2.png) 4 fill round;
    border-width: 5px;
    border-style: solid;
    border-radius: 5px;
}

.row {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.container {
    padding: 5px;
    border: 4px double lightgray;
    border-radius: 5px;
}

aside {
    display: block;
    unicode-bidi: isolate;
}

.pfp {
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 10.5em;
    width: 10.5em;
    overflow: hidden;
}

.pfpimg {
    filter: opacity(75%) grayscale(70%);
    background-position: center;
    height: 100%;
    width: 100%;
    background: url(https://file.garden/ZT7otS4GVhtuLR6D/killua-3.jpg);
    background-size: cover;
}

.info {
    width: 10.5em;
    height: 10.5em;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 5px 5px 0px 5px;
}

.info img {
    width: 76px;
    margin-top: 5px;
    filter: opacity(60%) grayscale(60%);
}

.header {
    filter: grayscale(40%);
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    background-image: url(https://file.garden/ZT7otS4GVhtuLR6D/bg-4.jpg);
    background-size: 100px;
    margin-bottom: 5px;
    color: white;
    text-shadow: var(--textshadowdark);
    text-align: center;
    display: block;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 5px;
}

.header:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(white, transparent);
    border-radius: 5px;
    width: 100%;
    height: 35%;
}

#hd1 {
    filter: brightness(102%) grayscale(40%);
    background-size: 135px;
    background-image: url(https://file.garden/ZT7otS4GVhtuLR6D/bg-5.jpg);
}

#hd2 {
    background-size: 60px;
    background-image: url(https://file.garden/ZT7otS4GVhtuLR6D/bg-6.jpg);
}

p {
    margin-block-start: 5px;
    margin-block-end: 0;
}

hr {
    border-top: 2px dotted lightgray;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 5px 0px;
}

marquee img {
    height: 55px;
    width: 99px;
    filter: grayscale(60%) opacity(75%) brightness(105%) drop-shadow(1px 1px 1px var(--shadow)) drop-shadow(0px 0px 1px var(--shadow)) drop-shadow(0px 0px 1px var(--shadow));
    opacity: 70%;
}

span:not(.header) {
    font-style: italic;
    text-decoration: 1px solid underline;
    background: #f8f0f1;
}

.silly {
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 9.5em;
    width: 9.5em;
    overflow: hidden;
}

.silly:not(:last-child) {
    margin-bottom: 5px;
}

.sillyimg {
    filter: opacity(60%) grayscale(70%);
    background-position: center;
    height: 100%;
    width: 100%;
    background-size: cover;
}

#song {
    font-style: normal;
    text-decoration: none;
    background: none;
}

#currently img {
    opacity: 65%;
    filter: grayscale(90%) brightness(105%);
    margin-bottom: -2px;
}

#quizzes img {
    margin-top: 1px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    width: 20em;
    filter: grayscale(70%) opacity(65%) brightness(105%);
    transition: var(--transition);
}

.yippee {
    width: 220px;
    position: absolute;
    z-index: 1;
    right: -105px;
    bottom: -10px;
    filter: brightness(130%) saturate(40%) opacity(100%) grayscale(50%) drop-shadow(1px 1px 1px var(--shadow)) drop-shadow(0px 0px 1px var(--shadow)) drop-shadow(0px 0px 1px var(--shadow));
}