body {
    background-color: #540de6;
    color: black;
    overflow-x: hidden;
}
.copycode {
    width: 50%;
    height: 10em;
    font-size: 1dvh;
    background-color: black;
    color: white;
}
.title {
    position: absolute;
    width: 16dvw;
    height: 60dvh;
    top: 0;
    right: 2dvw;
    overflow-wrap: anywhere;
    background-color: black;
    color: #540de6;
    padding: 0 0 40px 40px;
    z-index: 4;
}
.btext {
    height: 100%;
      display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    font-weight: bold;
    font-size: 2dvw;
    font-family: "Verdana";
}
.tlinks {
    position: absolute;
    height: auto;;
        display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 1dvw;
    font-family: "Verdana";
}
.xrow {
  position: relative;
    width: auto;
    height: 31px;
    z-index: 2;
}
.xdesc {
    position: absolute;
    left: 95px;
    top: 0;
    color: white;
    font-size: 31px;
    font-weight: bold;
    font-family: "Verdana";
}
.link {
    color: #540de6;
    text-decoration: none;
    line-height: 2;
}
.link:hover {
    color: #e7fa19;
    text-decoration: none;
}
.bottomtext {
    position: absolute;
    font-family: "Milker";
    font-size: 9dvh;
    color: black;
    bottom: 0;
    left: 0;
}
.nin {
    position: relative;
    width: 88px;
    height: 31px;
    background-color: white;
    color: white;
    font-family: "NIN";
    font-size: 25px;
    overflow: hidden;
}
.nininner {
    width: 82px;
    height: 25px;
    position: absolute;
    background-color: black;
    top: 3px;
    left: 3px;
    text-align: center;
}
.nintext {
    display: inline-block;
    transform: scaley(0.8);
}
.mirror-text {
    display: inline-block;
    transform: scale(-1, 0.8);
}