  .button {
        margin: 2px 0px 1px 0px;
        filter: drop-shadow(white 0px 0px 1px) saturate(0.5);
        height: 31px;
        width: 88px;
    }

body {
    margin:0;
    width:fit-content;
    height:fit-content;
    font-family: ms pgothic;

}

    a {
        text-decoration: none;
    }
       
        a:focus, a:active {
          outline: none;
          border: 0;
        }
    img {
        filter: saturate(0.5);
    }

    ul {
        padding: 0;
    }

    .column {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }

    ::selection {
        background-color: #ffb7b7;
        color: black;
    }

    .parent {
        background: #000000;
        padding: 6px;
        border: 10px solid;
        border-image: url(/border/metallicborde.png) 11 fill;
        margin: auto;
        width: 605px;
        display: grid;
        grid-template-columns: 120px repeat(3, 1fr);
        grid-template-rows: 100px 375px 105px;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }

    .div1 {
        background-color: #540a02;
        background-repeat: no-repeat;
        background-position-y: -57px;
        background-size: 452px;
        background-image: url(https://i.ibb.co/r2VxWfMD/image.png);
        display: flex;
        flex-direction: column;
        border: 2px groove black;
        grid-area: 1 / 1 / 2 / 5;
        align-items: stretch;
    }

    @font-face {
        font-family: "Heartless";
        src: url("https://kindred-soul.neocities.org/fonts/Heartless.ttf") format("truetype");
    }

    @font-face {
        font-family: 'Old English Gothic Pixel';
        font-style: normal;
        font-weight: 400;
        src: url("https://kindred-soul.neocities.org/fonts/OldEnglishGothicPixelRegular-gx1jp.woff") format("truetype");;
    }

    .bigbanner {
        height: 121px;
        margin: 0px;
        background-color: #7c0000;
        background-repeat: no-repeat;
        width: 610px;
        background-position-y: -57px;
        border-radius: 6px;
        border: 1px solid #545454;
        background-size: 452px;
        background-image: url(/nvn/gokubigheader.png);
    }

    .div2 {
        padding: 6px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        margin: 0px;
        border: 2px groove black;
        box-shadow: 0px 0px 3px black;
        color: white;
        background: linear-gradient(to bottom, #272727 5%, #272727 25%, #000000 100%);
        grid-area: 2 / 1 / 4 / 2;
        align-content: space-between;
        align-items: stretch;
    }


.naviheader {
    border: 1px solid #696969;
    background: #000000;
    font-family: ms gothic;
    line-height: 19px;
    height: 17px;
    color: white;
    font-size: 12px;
    text-align: center;
}

    li {
        margin-right: 4px;
        border-radius: 5px;
        box-shadow: inset 0px 0px 0px 1px #b70000, inset 0px 0px 5px 1px #af0000;
        display: inline-block;
        text-align: center;
        margin-bottom: 4px;
        height: 22px;
        width: 65px;
        border: 1px solid black;
        background: linear-gradient(#ef0000 0%, #000000 50%);
    }

    .menu {
        border-radius: 0 0px 2px 2px;
        background: #470202bf;
        margin: 0px 0px 0px 0px;
        display: flex;
        flex-direction: row;
        height: 29px;
        flex-wrap: nowrap;
        border-top: 1px solid #100303;
        align-items: center;
        justify-content: space-between;
    }

    .navlink {
        color: #898989;
        background: #272421;
        box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #211d1d, inset -2px -2px #292522, inset 2px 2px #595050;
        border-radius: 0;
        box-sizing: border-box;
        min-height: 0;
        min-width: 0;
            padding: 3px;
        text-shadow: 0 0 #222;
        display: inline-block;
        text-align: center;
        height: 24px;
        border: 2px ridge #000000;
        font-size: 16px;
    }

    .navlink::before {
        content: attr(data-translation);
        display: none;
    }

    .navlink:hover::before {
        display: inline-block;
    }

    .navlink:hover span {
        display: none;
    }

    .navlink:hover {

        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        transition: 0.5s ease;
        animation-iteration-count: infinite;
        background-color: #ddd;
    }


    @keyframes shake {
        0% {
            transform: translate(1px, 1px) rotate(0deg);
        }

        10% {
            transform: translate(-1px, -2px) rotate(-1deg);
        }

        20% {
            transform: translate(-3px, 0px) rotate(1deg);
        }

        30% {
            transform: translate(3px, 2px) rotate(0deg);
        }

        40% {
            transform: translate(1px, -1px) rotate(1deg);
        }

        50% {
            transform: translate(-1px, 2px) rotate(-1deg);
        }

        60% {
            transform: translate(-3px, 1px) rotate(0deg);
        }

        70% {
            transform: translate(3px, 1px) rotate(-1deg);
        }

        80% {
            transform: translate(-1px, -1px) rotate(1deg);
        }

        90% {
            transform: translate(1px, 2px) rotate(0deg);
        }

        100% {
            transform: translate(1px, -2px) rotate(-1deg);
        }
    }

    .div3 {
        padding: 12px;
        border: 2px groove black;
        box-shadow: 0px 0px 3px black;
        color: white;
        background: linear-gradient(to bottom, #272727 5%, #272727 25%, #000000 100%);
        background-size: 535px;
        grid-area: 3 / 1 / 3 / 2;
        background-image: url(/nvn/fire.gif);
        background-repeat: no-repeat;
        background-position-y: 68px;
    }

    .div4 {
        background: linear-gradient(to bottom, #272727 5%, #272727 25%, #000000 100%);
        display: flex;
        border: 1px solid black;
        grid-area: 3 / 2 / 3 / 5;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        border: 2px groove black;
    }

    .adsheader {
        color: white;
        font-size: 15px;
        text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000, 0 0, 1px 0 #000000;
        text-align: center;
        padding: 4px 0px 4px 1px;
        width: 100%;
        border-bottom: #545454 1px solid;
        background: #540a02;
    }

    .div5 {
        border: 2px groove black;
        padding: 7px;
        background: linear-gradient(to bottom, #272727 5%, #272727 25%, #000000 100%);
        grid-area: 2 / 2 / 3 / 5;

    }

    .otherlink {
        letter-spacing: 1.1px;
        text-decoration: underline;
        text-align: left;
        width: 105px;
        padding: 0px 0px 3px 0px;
        color: white;
        font-size: 15px;
        text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000, 0 0, 1px 0 #000000;
        margin-bottom: 2px;
    }

    .wframe {
        pointer-events: none;
        width: 270px;
        position: absolute;
    }


    /**/
    .navi1 {
        width: 96.7%;
    }

    .navi2 {
        margin-top: 95px;
        position: absolute;
        width: 100%
    }

    .title-banner {
        left: 165px;
        filter: drop-shadow(2px 2px 0 black) drop-shadow(-2px 1px 0 black) drop-shadow(0 -2px 0 black);
        user-select: none;
        top: -102px;
        position: absolute;
        background: -webkit-linear-gradient(#ffffff, #000000);
        -webkit-text-stroke: 0.7px rgb(63 63 63);
        -webkit-background-clip: text;
        -webkit-text-fill-color: #ffffff00;
        letter-spacing: 5px;
        margin: 0;
        font-size: 81px;
        font-family: 'Heartless', system-ui;
        text-align: center;
    }

    .arrows {
        margin-bottom: 26px;
        color: #7b0000;
        border: 1px solid;
        border-radius: 0px 0px 0px 4px;
        font-size: 20px;
        text-align: center;
        line-height: 37px;
        height: 34px;
        width: 140px;
        clip-path: polygon(0 0, 100% 0, 80% 0%, 100% 100%, 0 100%);
        background: black;
    }

    .icons {
        margin: 2px;
    }

    .iconimg {
        width: 20px;
        height: 20px;
    }

    .profile {
        display: flex;
        padding: 0px;
        margin-top: 3px;
        margin-bottom: 4px;
        border: 2px groove black;
        background-image: url(/bg/bg10.png);
        text-align: center;
        background-size: 253px;
        justify-content: flex-start;
        flex-direction: column;
    }

    .img1 {
        filter: drop-shadow(gray 0px 0px 1px);
        width: 96px;
    }

    .name {
        background: #6800006b;
        font-size: 11px;
        margin: 3px;
    }

    .other {
        font-size: 11px;
    }

    .anuncio {
        outline: 1px black solid;
    }

    .randomad {
        outline: 1px rgb(58, 58, 58) solid;
        margin: 5px;
    }

    .webmaster {
        font-size: 10px;
        margin: 3px;
        color: #750a09;
    }

    .updateframe {
        margin-bottom: 5px;
        border: 2px groove #696969;
        background: #540a02;
        background-size: contain;
        height: 130px;
        display: flex;
        flex-direction: row-reverse;
    }

    .updatecontainer {
        width: 171px;
        margin: 3px 5px 3px 45px;
        border: 2px groove black;
        box-shadow: 0px 0px 3px black;
        color: white;
        background: linear-gradient(to bottom, #272727 5%, #272727 25%, #000000 100%);
    }

    .updateiframe {
        height: -webkit-fill-available;
        float: left;
        width: -webkit-fill-available;
        font-size: 13px;
        border-radius: 2px;
        border: 1px groove #560501;
        margin: 3px;
        background: black;
        text-align: center;
        font-weight: bolder;
    }

    .welcome {
        margin-left: 114px;
        width: 103px;
    }

    .bubblee {
        font-size: 11px;
        padding: 7px;
        height: 63px;
        width: 139px;
        position: absolute;
        border-radius: 6px;
        border: 1px solid black;
        margin: 9px 10px 10px -119px;
        background: #777777;
    }

    .kobeni {
        width: 131px;
    }

    .container4 {
        display: flex;
    }

    .videos {
        height: 199px;
        width: 290px;
        display: inline-block;
        margin-right: 5px;
    }

    .youtubeiframe {
        position: absolute;
        margin-top: 25px;
    }

    .container5 {
        background: #540a02;
        width: 195px;
        height: 136px;
        padding: 2px;
        border: 2px groove #000000;
        display: inline-block;
        background-size: 300px;
    }

    .container51 {
        width: 175px;
        height: 227.625px;
    }

    .bubble2 {
        text-align: center;
        margin: 3px;
        position: absolute;
        margin-top: 2px;
        font-weight: bolder;
        font-size: 13px;
    }

    .goku {
        height: 138px;
    }


.mybutton {
      z-index: 10;
    filter: grayscale(1);
    transform: rotate(2deg);
    position: absolute;
    margin-top: 85px;
    margin-left: 46px;
}
    .buttons0 {
        margin-top: 6px;
        width: 201px;
    }

    @keyframes flicker {
        0% {
            opacity: 0.27861;
        }

        5% {
            opacity: 0.34769;
        }

        10% {
            opacity: 0.23604;
        }

        15% {
            opacity: 0.90626;
        }

        20% {
            opacity: 0.18128;
        }

        25% {
            opacity: 0.83891;
        }

        30% {
            opacity: 0.65583;
        }

        35% {
            opacity: 0.67807;
        }

        40% {
            opacity: 0.26559;
        }

        45% {
            opacity: 0.84693;
        }

        50% {
            opacity: 0.96019;
        }

        55% {
            opacity: 0.08594;
        }

        60% {
            opacity: 0.20313;
        }

        65% {
            opacity: 0.71988;
        }

        70% {
            opacity: 0.53455;
        }

        75% {
            opacity: 0.37288;
        }

        80% {
            opacity: 0.71428;
        }

        85% {
            opacity: 0.70419;
        }

        90% {
            opacity: 0.7003;
        }

        95% {
            opacity: 0.36108;
        }

        100% {
            opacity: 0.24387;
        }
    }

    #wrapper::after,
    #wrapper::before {
        content: " ";
        display: block;
        z-index: 999999999999999;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        pointer-events: none;
    }

    #wrapper::after {
        z-index: 999999999999999;
        background: rgba(18, 16, 16, 0.1);
        opacity: 0;
        animation: flicker 0.15s infinite;
    }

    #wrapper::before {
        z-index: 999999999999999;
        background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%),
            linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
        background-size: 100% 2px, 3px 100%;
    }

    .title-bar {
        font-family: ms gothic;
        font-size: 11px;
        cursor: all-scroll;
        align-items: center;
        background: linear-gradient(90deg, #550100, #550100);
        display: flex;
        justify-content: space-between;
        padding: 3px 2px 3px 3px;
    }

    .window {
        background: #6b6d77;
        box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #b9b9b9, inset -2px -2px grey, inset 2px 2px #838383;

        padding: 3px;

    }

    fieldset {
        border: ridge 2px #878787;
        margin: 0;
        padding: 10px;
        padding-block-start: 8px;
    }

    legend {
        background: #72727c;
    }

    input[type=checkbox]+label:before {
        background: #fff;
        box-shadow: inset -1px -1px #696969, inset 1px 1px grey, inset -2px -2px #7d7d7d, inset 2px 2px #0a0a0a;
        content: "";
        display: inline-block;
        height: 13px;
        left: -19px;
        margin-right: 6px;
        position: absolute;
        width: 13px;
    }

    :disabled+label,
    button:disabled,
    input[type=reset]:disabled,
    input[type=submit]:disabled {
        text-shadow: 1px 1px 0 #272727;
    }

    :disabled,
    :disabled+label,
    input[readonly],
    input[readonly]+label {
        color: #9d9d9d;
    }

    .sunken-panel,
    table {
        background-color: #c0c0c0;
    }

    #popup1,
    #popup2,
    #popup3,
    #sitemap {
          z-index: 10;
        visibility: hidden;
        position: absolute;
    }

    #stamps {
        cursor: all-scroll;
        position: absolute;
    }

    .botoncitos {
        box-shadow: none;
        background: none;
        border: 1px dotted black;
        margin-bottom: 10px;
        width: 75px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

    .botoncitos:hover {
        border: 1px dotted white;
        background: gray;
        border-radius: 2px;
    }

    .botoncitos:focus {
        background: gray;
        border: 1px dashed white;
    }

    .icono {
        margin-top: 5px;
        width: 46px;
    }

    .nombredelboton {
        background: #690000;
        shape-rendering: geometricprecision;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        color: white;
        margin: 5px;
        color: #ffffff;
    }

    /*MUSIC PLAYER */


    input[type="range"] {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        background: transparent;
    }

    input[type="range"]:focus {
        outline: none;
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 21px;
        width: 11px;
        background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
        transform: translateY(-8px);
        box-shadow: none;
        border: none;
    }

    input[type="range"].has-box-indicator::-webkit-slider-thumb {
        background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-rectangle-horizontal.svg");
        transform: translateY(-10px);
    }

    input[type="range"]::-moz-range-thumb {
        height: 21px;
        width: 11px;
        border: 0;
        border-radius: 0;
        background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
        transform: translateY(2px);
    }

    input[type="range"]::-moz-range-thumb {
        background: url("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
        border: 0;
        border-radius: 0;
        height: 21px;
        transform: translateY(2px);
        width: 11px;
    }

    input[type="range"].has-box-indicator::-moz-range-thumb {
        background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-rectangle-horizontal.svg");
        transform: translateY(0px);
    }

    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        box-sizing: border-box;
        background: black;
        border-right: 1px solid grey;
        border-bottom: 1px solid grey;
        box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
            -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
    }

    input[type="range"]::-moz-range-track {
        width: 100%;
        height: 2px;
        box-sizing: border-box;
        background: black;
        border-right: 1px solid grey;
        border-bottom: 1px solid grey;
        box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
            -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
    }





    input[type=range] {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
    }

    input[type=range]:focus {
        outline: none;
    }

    /* settings for chrome browsers */
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        /* thickness of seeking track */
        cursor: help;
    }


    /* settings for firefox browsers */
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 2px;
        /* thickness of seeking track */
        cursor: help;
    }

    .flex {
        display: flex;
    }

    .titlebaricon {
        height: 14px;
        width: 14px;
    }


    .songtitlewindow {
        height: 22px;
        background-color: #fff;
        box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a;
    }

    #musicplayer {
        height: 35px;
        border: 2px solid silver;
        border-width: 2px 0px 0px 0px;
        width: 122px;
    }

    #imagestyle {

        background: #6b6d77;
        box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #b9b9b9, inset -2px -2px grey, inset 2px 2px #838383;

        background-position: -35px;
        filter: saturate(0.4);
        background-size: 145px;
        background-image: url(https://i.pinimg.com/originals/aa/65/5b/aa655b5d0f60ed5e2fb93c5dc92ddd5d.gif);
        border: 2px solid #838699;
        width: 85px;
        height: 80px;
    }

    .ic {
        width: 90px;
        position: relative;
        bottom: 1px;
        right: 1px;
        overflow: hidden;
        padding: 2px;
        border: 2px solid transparent;
    }

    .songtitlearrow {
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: url(https://files.catbox.moe/f5e8np.png);
        height: 21px;
        width: 21px;
        position: relative;
        top: 2px;
        left: -2px;
        border: 0px solid transparent;
        border-width: 0px 0px 0px 0px;
    }

    .songtitle {
        padding: 5px;
        /* padding around song title */
        border-bottom: 0px;
        /* border under song title */
        display: block;
        font-family: Pixelated MS Sans Serif;
    }

    .controls {
        background: none;
        height: 45px;
        font-size: 18px !important;
        text-align: center;
        width: 100%;
        position: relative;
        bottom: 10px;
    }

    .controls td {
        padding: 6px 3px 0px 3px;
        /* padding around controls */
    }

    button {
        background: #8d8e95;
        box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #b9b9b9, inset -2px -2px grey, inset 2px 2px #838383;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        color: transparent;
        min-height: 0;
        min-width: 0;
        text-shadow: 0 0 #222;
    }

    .seeking {
        background: #6b6d77;
        display: flex;
        justify-content: space-evenly;
        padding: 9px;
    }

    .current-time {
        padding-right: 5px;
    }

    .total-duration {
        padding-left: 5px;
    }

    .controlimg {

        height: 18px;
        padding: 3px 0px 3px 0px;
        width: 12px;
    }


    .profilewrap:after {
        top: 70px;
        left: 126px;
        content: "";
        position: absolute;
        display: block;
        width: 13px;
        height: 45px;
        background-image: url(/nvn/smallarrow2.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .bubblee:after {
        top: 40px;
        right: -13px;
        content: "";
        position: absolute;
        display: block;
        width: 13px;
        height: 45px;
        background-image: url(/nvn/smallarrow.png);
        background-size: contain;
        background-repeat: no-repeat;
    }



    .entry {
        flex: 1;
        filter: grayscale(100%);
        background-size: cover;
        display: flex;
        flex-direction: column;
        border: 2px groove black;
        padding: 0px;

    }

    .entry:hover {

        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        transition: 0.5s ease;
        animation: shake 0.5s;
        animation-iteration-count: infinite;
        background-color: #ddd;
    }

    .blog-entry-date {
        font-size: 10px;
        color: white;

        font-weight: bolder;
        align-content: end;
    }
        .blog-entry-title {
    display: flex;
    padding: 0px 2px 0px 10px;
    width: 175px;
    background: #3f3b3a9c;
    margin-top: auto;
    border: 1px solid #454545;
    color: white;
    font-weight: bolder;
    justify-content: space-between;
        }

        .blog-entry-tag {
            font-weight: normal;
            color: #6b6b6b;
            text-transform: lowercase;
        }
    .homeentries {
        margin-right: 3px;
        width: 315px;
        height: 218px;
        gap: 4px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    iframe {
    border:none;

    }