body {
    background-color: #ac2595;
    color: white;
    overflow: hidden;
}
.container {
    position: absolute;
    width: 100%;
    height: 46vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid white;
    background-color: #ac2595;
}
.nav {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
}
.otherside {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: row;
}
.title {
    font-family: "NCL Gaiax";
    font-size: 11vw;
    line-height: 0.97;
    height: 9vw;
    color: white;
    text-transform: uppercase;
    overflow-wrap: break-word;
    cursor: default;
}
.index {
    position: relative;
    font-family: "Milker";
    background-color: white;
    font-size: 7vw;
    line-height: 0.75;
    height: 7vw;
    color: #ac2595;
    text-transform: uppercase;
    text-align: center;
}
.mininav {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 9.9vw;
}
.mininavlink {
    position: relative;
    width: 17vw;
    font-family: "NIN";
    font-size: 2vw;
    text-transform: lowercase;

}
.mininavlarge {
    position: relative;
    width: 33vw;
    font-family: "Neuro X Light";
    font-size: 10vw;
    line-height: 1.;
    letter-spacing: 0.5vw;
    background: linear-gradient(to left, #ac2595, white, white);
    background-size: 100%;
    color: transparent;
    background-clip: text;
}
.mininavlarge:hover {
    background: linear-gradient(to left, #ac2595, aqua, aqua);
    background-size: 100%;
    background-clip: text;
    color: transparent;
}
.border {
    height: 0.5vw;
    background-color: white;
}
.pixel {
    font-family: "Kleptocracy BD";
    display: inline-block;
    font-size: 5vw;
    width: 100%;
    transform: scalex(2.5);
    padding-left: 21.5vw;
}
.pixel a {
    background-image: repeating-linear-gradient(#ac2595, #ac2595 0.1vmax, white 0.1vmax, white 0.4vmax);
    background-clip: text;
    color: transparent;
}
.pixel a:hover {
    background-image: repeating-linear-gradient(#ac2595, #ac2595 0.1vmax, aqua 0.1vmax, aqua 0.4vmax);
    background-clip: text;
    color: transparent;
}
.divider {
    font-family: "Milker";
    font-size: 2vw;
    overflow: hidden;
    width: 100%;
}
.linkrow {
    position: relative;
    padding-top: 0.7vw;
    display: flex;
    flex-direction: row;
}
.x31 {
    padding-top: 0.4vw;
    font-family: "Dotted";
    font-size: 2vw;
    width: 16.5vw;
}
.sources {
    font-family: "Verdana";
    font-size: 2vw;
    font-weight: bold;
    width: 18vw;
    display: inline-block;
    transform: scaley(1.3);
    text-transform: uppercase;
}
.redirect {
    font-family: "Neuro X Light";
    text-transform: uppercase;
    font-size: 2.63vw;
    display: inline-block;
    transform: scalex(4.6);
    padding-left: 2.1vw;
}
.sitemap {
    font-family: "Historic";
    font-size: 8vw;
    display: inline-block;
    transform: scalex(2);
    padding-left: 12.5vw;
    letter-spacing: 0.14vw;
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-transform: uppercase;
}
.content {
    width: 80%;
    height: 45.6vw;
    overflow-y: scroll;
    font-size: 1.5vmin;
    font-family: "Barcola";
    scrollbar-color: white transparent;
    scrollbar-arrow-color: #ac2595;
    scrollbar-width: thin;
}
.content::-webkit-scrollbar {
    width: 5px;
}
.content::-webkit-scrollbar-track {
    background: #ac2595;
}
.content::-webkit-scrollbar-thumb {
    color: white;
}
.dir {
    writing-mode: vertical-lr;
    font-size: 5vw;
    height: 100%;
    font-family: "JetBrains Mono ExtraBold";
    background-color: white;
    color: #ac2595;
    text-align: right;
}
.spacer {
    width: 2vw;
}
a {
    text-decoration: none;
    color: white;
}
a:hover {
    text-decoration: none;
    color: aqua;
}
.mininavlarge a {
    color: transparent;
}
.index a {
    color: #ac2595;
}
.index a:hover {
    color: aqua;
}
.sitemap a {
    color: transparent;
    -webkit-text-stroke: 1px white;
}
.sitemap a:hover {
    color: transparent;
    -webkit-text-stroke: 1px aqua;
}
@media screen and (orientation: portrait) {
    .container {
        height: 100vh;
        display: flex;
        flex-direction: column;
        
    }
    .nav {
        width: 100%;
    }
    .otherside {
        width: 100%;
        height: 45vh;
        border-bottom: 1px solid white;
    }
    .title {
        font-size: 22vw;
        line-height: 0.97;
        height: 18vw;
    }
    .index {
        font-size: 14vw;
        line-height: 0.9;
        height: 14vw;
    }
    .mininav {
        width: 100%;
        height: 19.8vw;
    }
    .mininavlink {
        width: 34vw;
        font-size: 4vw;
    }
    .mininavlarge {
        width: 66vw;
        font-size: 20vw;
        letter-spacing: 1vw;
    }
    .border {
        height: 1vw;
        background-color: white;
    }
    .pixel {
        font-size: 10vw;
        padding-left: 43vw;
    }
    .divider {
    font-size: 4vw;
    }
    .linkrow {
    padding-top: 1.4vw;
}
    .x31 {
        padding-top: 0.8vw;
        font-size: 4vw;
        width: 33vw;
    }
    .sources {
        font-size: 4vw;
        width: 36vw;
    }
    .redirect {
        font-size: 5.26vw;
        padding-left: 4.2vw;
    }
    .sitemap {
        font-size: 16vw;
        padding-left: 25vw;
        letter-spacing: 0.28vw;
    }
    .content {
        width: 95vw;
        height: 100%;
        font-size: 1.5vmax;
    }
    .spacer {
        width: 0;
    }
    .dir {
        font-size: 5vw;
        width: 5vw;
        text-align: right;
    }
}