* {
    margin: 0;
    padding: 0;
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/food/foo-6/foo514.cur), auto !important;} /* End https://www.cursors-4u.com */

@font-face {
    font-family: Adelia;
    src: url(https://willdotjpg.gay/fonts/ADELIA.OTF);
}

@font-face {
    font-family: Daisywheel;
    src: url(https://willdotjpg.gay/fonts/daisywhl.otf);
}

body {
    background-image: url('https://files.catbox.moe/8wwuam.gif');
}

h2{
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #426604;
    text-decoration-thickness: 0.1rem;
    font-size: 30px;
}

.title {
    font-family: 'Adelia';
    position: absolute;
    margin-left: 260px;
    margin-top: 140px;
    z-index: 1;
    font-size: 30px;
    color: #663504
}

.bear1 {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    margin-left: 1010px;
    margin-top: 110px;
}

.bear2 {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    margin-left: 240px;
    margin-top: 570px;
}

.main {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%);
    width: 800px;
    height: 500px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'Daisywheel';
}

.vl {
    border-left: 1px solid #000;
    height: 400px;
    position: fixed;
    margin-left: 250px;
    margin-top: 50px;
}

.content {
    position: absolute;
    margin-left: 270px;
    width: 510px;
    height: 450px;
    padding 10px;
    margin-top: 40px;
    overflow-y: auto;
    overflow-x: visible;
}

.navigation {
    position: absolute;
    width: 230px;
    height: 500px;
    padding: 10px;
    margin-top: 40px;
    overflow: auto;
}

.category {
    font-family: 'Daisywheel';
    font-size: 20px;
    width: 200px;
    background-color: #a0c924;
    border: none;
    border-radius: 5px;
}