@font-face {
    font-family: kosugimaru;
    src: url(https://files.catbox.moe/bgypu8.ttf);
}

@font-face {
    font-family: magic;
    src: url(https://files.catbox.moe/619jve.ttf);
}

:root {
    --maintext: #225446;
    --accent1: #a3f2ff;
    --accent2: #74d9ca;
    --picoutline: drop-shadow(0px 2px white) drop-shadow(0px -2px white) drop-shadow(0px 0px white) drop-shadow(-2px 0px white) drop-shadow(-2px 0px white) drop-shadow(2px 0px white) drop-shadow(2px 0px white) drop-shadow(0px 0px 2px #0000001a) drop-shadow(2px 2px 2px #0000001a);
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--accent2);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #abf3e8;
}

html {
    background: url(phosbg.png);
    background-size: contain;
    background-attachment: fixed;
}

body {
    position: relative;
    width: 800px;
}

p {
    font-family: kosugimaru;
    font-size: 13px;
    color: var(--maintext);
    margin: 5px;
}

h2 {
    font-family: magic;
    font-size: 25px;
    margin-top: 120px;
    margin-left: 20px;
    filter: var(--picoutline);
    color: var(--accent2);
}

a {
    color: var(--maintext);
    text-decoration: none;
    cursor: crosshair;
}

.main {
    width: 500px;
    margin-top: 15px;
}

.banner {
    width: 500px;
    margin: 5px;
    background-image: url(panel3.jpg);
    background-size: contain;
    height: 180px;
    border: 1px silver solid;
    border-radius: 10px 170px 10px 10px;
}

.menu {
    padding: 10px;
    width: 30%;
}

.menu p {
    background: #ffffff8c;
    border-radius: 10px;
    border: 2px #f9f9f9 outset;
    padding: 5px;
    text-align: center;
    width: 100%;
    font-family: kosugimaru;
    font-size: 12px;
    color: var(--maintext);
    text-decoration: none;
}

.menu p:hover {
    border: 2px #f9f9f9 inset;
    cursor: crosshair;
}

#left {
    width: 70%;
    margin: 5px;
    margin-right: 10px;
    background: #ffffff8c;
    border: 2px #f9f9f9 ridge;
    border-radius: 10px;
    padding: 5px;
    height: 300px;
    overflow-y: scroll;
}

.tabcontent {
    padding: 5px;
}

.fish {
    filter: var(--picoutline);
    width: 63px;
    margin-left: 115px;
}

#two img {
    width: 100%;
}

.float {
    width: 600px;
    position: absolute;
    left: 700px;
    top: 60px;
    filter: brightness(1.3) saturate(0.3);
}