:root {
 --bg: #471471;
 --main: linear-gradient(180deg, #ED4599 0%, #720C99 5%, #880059 90%);
 --minimain: linear-gradient(180deg, #720C99 0%, #9E147A 60%);
 --bord:2px solid #11002b;
 --bord1:1px solid #000030;
 --bordin: 1px solid #5eb9ff;
 --bc: #11002b;
 --gay: linear-gradient(to right, #ffb8b6, #ffcdb5, #ffe7ae, #bbffbf, #9af4ff, #9cccff, #dca9ff);
 --p: #FFB0EA;
 --a:#D5B8FF;
 --ah:#FF49E3;
 --greyed:#5d76a7;
}

@font-face { font-family:'pokemongb'; src: url(https://soder.neocities.org/Assets/fonts/pokemongb.ttf); }

html { overflow-y: scroll; font-family: 'pokemongb'; width:100%; height: 100%; font-size: 12px; text-align: center; background: none; image-rendering: pixelated; cursor: url(/Assets/cursor/spf1.png), auto; }
body { margin: 0;}
small { font-size: 8px; opacity: 70%; }
p { color: var(--p); margin-top: 40px; pointer-events: all; } a, a:visited { color:var(--a); } a:hover { color:var(--ah); margin-left: 5px; } a, a:visited, a:hover { cursor: url(/Assets/cursor/spf1.png), auto; } h { font-weight: bold; font-size:13px; background: var(--gay); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
p:not(#side), a { margin-top: 20px; } small { font-size: 75%; opacity: 70%; }
p:not(#u, #meh), a { margin-top: 20px; line-height: 1.6; }