* {
    margin: 0;
    padding: 0;
}



@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://background-tiles.com/overview/black/patterns/large/1001.png');
}

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

a {
  text-decoration: none;
}

a,
a:visited {
  color: #fe4191;
}

a:hover,
a:focus {
  color:  #ffa0c8;
  text-decoration: none;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 1px #451E0C);
}

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

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

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

.main {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%);
    width: 800px;
    height: 500px;
    background-color: rgba(26, 26, 26, 0.80);
    border-radius: 10px;
    border: #fff;
    overflow: hidden;
    color: #fff;
    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: #ffa0c8;
    border: none;
    border-radius: 5px;
}