.eightx {
    background-color: #540de6;
    overflow-x: hidden;
}
.extitle {
    position: absolute;
    width: 16dvw;
    height: 60dvh;
    top: 0;
    right: 2dvw;
    overflow-wrap: anywhere;
    background-color: black;
    color: #540de6;
    padding: 0 0 40px 40px;
}
.extlinks {
    position: absolute;
    height: auto;;
        display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 1dvw;
    font-family: "Verdana";
}
.exlink {
    color: #540de6;
    text-decoration: none;
    line-height: 2;
}
.exlink:hover {
    color: #e7fa19;
    text-decoration: none;
}
.eightx .overlay {
    color: #e8d8c9;
}
.eightx .overlay:hover {
    color: transparent;
}
.eexrow {
  position: relative;
    width: auto;
    height: 31px;
    padding-top: 5px;
    padding-left: 5px;
    z-index: 1;
}
.eexdesc {
    position: absolute;
    left: 100px;
    top: 10px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    font-family: "Verdana";
}
.copycode {
    margin-top: 10px;
    margin-left: 10px;
    width: 90%;
    height: 10em;
    font-size: 1dvh;
    background-color: black;
    color: white;
    overflow: hidden;
    text-transform: none;
}