#capture {
    width: 800px;
    height: 1133px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    font-family: serif;
}

.css-1xamfmm,
[data-css-1xamfmm] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.36);
    position: absolute;
    left: 76%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transform: scale;
    border-radius: 50%;
    visibility: visible;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
}

#content-div {
    position: absolute;
    width: 450px;
    height: 570px;
    bottom: 140px;
    right: 100px;
    z-index: 100;
    background-color: rgba(00, 00, 00, .01);
    color: rgb(110, 110, 110);
    font-size: 14px;
}

#content-div>div {
    position: absolute;
    display: flex;
    align-items: center;
}

.div-row-1 {
    top: 0;
    left: 115px;
}

.div-row-1>:nth-child(1) {
    margin-right: 8px;
}

.div-row-1>:nth-child(2) {
    margin-top: 2px;
}

.div-row-2 {
    top: 42px;
}

.div-row-3 {
    top: 72px;
}

.div-row-4 {
    top: 102px;
}

.div-row-5 {
    top: 133px;
}

.div-row-6 {
    top: 164px;
}

.div-row-7 {
    top: 195px;
}

.div-row-8 {
    top: 225px;
}

.div-row-9 {
    top: 255px;
}

.div-row-10 {
    bottom: 0;
    right: 50px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}