html, body {
    overflow: hidden;
}

#cv_main {
    position: absolute;
    top: 20px;
    left: 80px;
    z-index: 10000;
    border: 48px solid rgb(6, 31, 100);
}

#cv_abc {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 200000;
    border: 4px solid rgb(199, 65, 204);
    display: none;
}

.my-text {
    font-smooth: none;
}
