.box {
    position: relative;
}

.box1 {
    position: absolute;
    width: 80px;
    height: 75px;
    left: 0;
    top: 45px;
}

.box2 {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 120px;
}

.flipbook-share ul li {
    width: 100% !important;
}

.names {
    position: absolute;
    width: 100%;
    height: 80px;
    left: 40%;
    bottom: 200px;
    font-size: 3em;
    color: #000 !important;
}

body {
    background-color: transparent;
}

.accordion-body {
    font-size: 1.5rem;
}

.accordion-header {
    background-color: aliceblue;
}

.circlestyle {
    border-radius: 100%;
    margin-right: 0.5em;
}

.circlestyle img {
    border-radius: 100%;
}

.mt-10 {
    margin-top: 0.5em;
}

.node_serse {
    font-size: 0.5em !important;
}

.node_serse .node_circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 0.25em;
    line-height: 1em;
}

.color_green {
    background-color: #82da6d;
}

.color_red {
    background-color: #ff7277;
}

.accordion-button:not(.collapsed){
    color: initial !important;
}