* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Boldonse;
    src: url(https://arewemuted.neocities.org/fonts/Boldonse-Regular.ttf);
}

@font-face {
    font-family: Karla;
    src: url(https://arewemuted.neocities.org/fonts/Karla-VariableFont_wght.ttf);
}

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;
}

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

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

.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: 'Karla';
    font-size: 20px;
    width: 200px;
    background-color: #FA7167;
    border: none;
    border-radius: 5px;
}