
html, body {
    overflow: hidden;
}
#cv_main {
    position: absolute;
    top: -100000px;
    left: -100000px;
    z-index: 10000;
}
#pb_tomain_0 {
    position: absolute;
    top: -100000px;
    left: -100000px;
    z-index: 20100;
}
#pb_tomain_1 {
    position: absolute;
    top: -100000px;
    left: -100000px;
    z-index: 20200;
}
#pb_tomain_2 {
    position: absolute;
    top: -100000px;
    left: -100000px;
    z-index: 20300;
}
#pb_tomain_3 {
    position: absolute;
    top: -100000px;
    left: -100000px;
    z-index: 20400;
}
#prcbox {
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    background-color: #410436;
    color: rgb(0, 0, 0);
    border: 2px solid #FFD700;
    outline: none;
    text-align: center;
    user-select: none;
    border-radius: 5px;
    position: absolute;
    top: -100000px;
    left: -100000px;
    width: 200px;
    height: 50px;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 30000;
}
