body {
    background-color: #161616;
    color: black;
    overflow-x: hidden;
}
.titlegray {
    position: absolute;
    display: flex;
    flex-direction: row;
    font-size: 1.83dvw;
    color: #565656ff;
    line-height: 1;
    top: 27.8dvw;
    right: 2dvw;
    z-index: 1;
    font-family: "Milker";
}
.bwhite {
    position: absolute;
    top: 20dvw;
    right: 2dvw;
    z-index: 3;
    color: #9ff515;
    font-family: "Droid";
    font-size: 7dvw;
}
.title {
    position: absolute;
    width: 16dvw;
    height: 20dvw;
    top: 0;
    right: 2dvw;
    overflow-wrap: anywhere;
    background-color: #9ff515;
    color: #161616;
    padding: 0 0 20px 20px;
    z-index: 4;
    clip-path: polygon(0 0, 17dvw 0, 17dvw 19dvw, 16dvw 20dvw, 0 20dvw);
}
.tlinks {
    position: absolute;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 1dvw;
    font-family: "Milker";
}
.vertdivide {
    position: absolute;
    width: 2px;
    height: 80dvh;
    bottom: 0;
    left: 150px;
    background-color: #9ff515;
    z-index: 2;
}
.hori-bottom {
    position: absolute;
    bottom: 2dvw;
    left: 0;
    height: 2px;
    width: 60dvw;
    background-color: #9ff515;
}
.link {
    color: #161616;
    text-decoration: none;
    line-height: 1.6;
}
.link:hover {
    color: #540de6;
    text-decoration: none;
}
.graybox {
    position: absolute;
    z-index: 0;
    background-color: #161616;
    left: 150px;
    right: 0;
    bottom: 0;
    top: 0;
}
.leftlinks {
    position: absolute;
    top: 21dvh;
    left: 0;
    height: 79dvh;
    width: 150px;
    display: flex;
    flex-direction: column;
    place-items: center;
}

.left-element {
    position: relative;
    height: 63px;
    width: 150px;
    display: flex;
    place-items: center;
    justify-content: center;
}
.bggreen {
    position: absolute;
    height: 63px;
    width: 150px;
    background-color: #9ff515;
    top: 0;
    left: 0;
    transform: translatex(150px);
    transition-property: all;
    transition-duration: 1s;
    z-index: -3;
}
.bgselected {
    position: absolute;
    height: 63px;
    width: 300px;
    background-color: #9ff515;
    top: 0;
    left: -150px;
    transform: translatex(0);
    transition: 1s transform;
    z-index: -3;
}
.button {
    position: absolute;
    width: 88px;
    height: 31px;
    background-color: #00000080;
    backdrop-filter: grayscale(60%);
    transition-property: all;
    transition-duration: 1s;
    z-index: 4;
}
.button:hover {
    background-color: transparent;
    backdrop-filter: none;
}
.button.selected {
    background-color: transparent;
    backdrop-filter: none;
}
.bottombox {
    position: absolute;
    z-index: -1;
    bottom: 2dvw;
    left: 150px;
    height: calc(80dvh - 2dvw);
    width: 60dvw;
}
.lbgtext {
    position: absolute;
    color: #5656560f;
    font-family: "Droid";
    font-size: 30dvw;
    z-index: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.hov {
    cursor: pointer;
}
.copycode {
    position: absolute;
    left: calc(150px + 1dvw);
    top: 20dvh;
    width: 50%;
    height: 21em;
    font-size: 1.2dvh;
    background-color: black;
    color: white;
    z-index: 3;
}
#title-select {
    position: absolute;
    bottom: 2dvw;
    left: calc(150px + 1dvw);
    font-size: 6dvw;
    font-family: "Droid";
    color: #9ff515;
}
.graydec {
    position: absolute;
    z-index: 0;
    background-color: #5656560f;
    width: 60dvw;
    height: 5dvw;
    top: 2dvw;
    left: 0;
    color: #161616;
    font-family: "Droid";
    font-size: 4dvw;
    clip-path: polygon(0 0, 60dvw 0, 60dvw 4dvw, 59dvw 5dvw, 0 5dvw);
    pointer-events: none;
}
.greensquare {
    position: absolute;
    z-index: 1;
    background-color: #9ff515;
    width: 5dvw;
    height: 5dvw;
    top: 2dvw;
    left: 40dvw;
}
.botright {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8dvw;
    height: 8dvw;
    background-color: #9ff515;
    clip-path: polygon(8dvw 0, 0 8dvw, 2dvw 8dvw, 8dvw 2dvw);
}
.topleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 8dvw;
    height: 8dvw;
    background-color: #9ff515;
    clip-path: polygon(8dvw 0, 0 8dvw, 0 6dvw, 6dvw 0);
}
@media screen and (orientation: portrait) {
    .copycode {
        left: calc(150px + 4dvw);
        top: 40dvh;
        height: 38dvh;
        
    }
    .leftlinks {
        top: 40dvh;
        height: 40dvh;
    }
    .vertdivide {
        height: 60dvh;
    }
    .hori-bottom {
        bottom: 10dvh;
    }
    #title-select {
        bottom: 11dvh;
        left: calc(150px + 4dvw);
    }
    .lbgtext {
        bottom: 8dvh;
        left: 1dvh;
    }
    .graybox {
        top: 40dvh;
    }
    .title {
        position: absolute;
        width: 50dvw;
        height: 30dvh;
        top: 6dvh;
        right: 0;
        background-color: #9ff515;
        color: #161616;
        padding: 0 0 0 2dvh;
        z-index: 4;
        clip-path: polygon(0 0, calc(50dvw + 2dvh) 0, calc(50dvw + 2dvh) 26dvh, calc(50dvw - 2dvh) 30dvh, 0 30dvh);
    }
    .tlinks {
        font-size: 1.5dvh;
    }
    .bwhite {
        writing-mode: sideways-lr;
        top: 6.5dvh;
        right: 60dvw;
        font-size: 12dvh;
    }
    .titlegray {
        writing-mode: sideways-lr;
        top: 6.5dvh;
        right: 56.2dvw;
        font-size: 3.2dvh;
    }
}