* {
    margin: 0;
    padding: 0;
}

/* Start https://www.cursors-4u.com */
* {cursor: url(https://cur.cursors-4u.net/symbols/sym-2/sym185.ani), url(https://cur.cursors-4u.net/symbols/sym-2/sym185.png), 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://willdotjpg.gay/images/backgrounds/tumblr_inline_ml9dqxMNL11qz4rgp.png');
}

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

  font-weight: bold;
}
.title {
    font-family: 'Adelia';
    position: absolute;
    margin-left: 500px;
    margin-top: 235px;
    z-index: 1;
    font-size: 30px;
}

.bear1 {
    position: absolute;
    z-index: 1;
     margin-top: 420px;
    margin-left: 1300px;

}

.bear2 {
    position: absolute;
    z-index: 1;
 
    margin-left: 420px;
    margin-top: 460px;
}

.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: absolute;
    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: #FA7167;
    border: none;
    border-radius: 5px;
}