.section4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fafafa;
    background-image: url(../media/img_blueprint_background.png);
    background-size: 150%;
    background-position: center;
    background-repeat: no-repeat;
    /* display: block; */
}

.section4>.image {
    position: absolute;
    width: 95%;
    height: 55%;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../media/img_option_4_1_edit.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section4>.image-text {
    position: absolute;
    width: 95%;
    height: 55%;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.section4>.image-text>div {
    position: absolute;
    font-weight: bold;
    user-select: none;
}

.section4>.image-text>.t1 {
    top: 45px;
    left: 210px;
    transform: rotate(28deg);
}

.section4>.image-text>.t2 {
    top: 105px;
    left: 310px;
    transform: rotate(28deg);
}

.section4>.image-text>.t3 {
    top: 210px;
    right: 200px;
    transform: rotate(-10deg);
}

.section4>.image-text>.t4 {
    top: 225px;
    right: 80px;
    transform: rotate(90deg);
}

.section4>.inst-text {
    position: absolute;
    width: 90%;
    height: 55px;
    bottom: 15px;
    left: 35px;
    font-size: 22px;
    user-select: none;
}

.section4>.drag-text {
    position: absolute;
    width: 90%;
    height: 55px;
    bottom: 80px;
    left: 35px;
    font-size: 22px;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    align-items: center;
    user-select: none;
}

.section4>.drag-text>.text1,
.section4>.drag-text>.text2 {
    width: 48%;
    height: 100%;
}

.section4>.bucket {
    position: absolute;
    width: 260px;
    top: 20px;
    right: 20px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    user-select: none;
    border-radius: 6px;
    border: 2px solid #fafafa;
}

.section4>.bucket>.htext {
    width: 97%;
    background-color: rgba(255, 255, 255, 0.45);
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 2px solid #fafafa;
}

.section4>.bucket>.dtext {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer;
}

.section4>.ds {
    position: absolute;
    width: 65px;
    height: 45px;
    bottom: 110px;
}

.section4>.ds1 {
    left: 340px;
}

.section4>.ds2 {
    right: 69px;
}

.section4>.btn {
    position: absolute;
    width: 85px;
    height: 30px;
    bottom: 5px;
    right: 5px;
    background-image: url(../media/img_next_dark.png);
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #fafafa;
    padding: 5px;
    border-radius: 6px;
    display: none;
}