body {

    margin-left: 250px;
    margin-right: 250px;
    margin-top: 100px;
    margin-bottom: 100px;
    font-family: Helvetica;
    color: white;
    background-color: black;

}

.container {
    height: 100vh;
}

.img {
    width: 100px;
    height: 100px;
    text-align: center;
}

.background {
    color: black;

}


.introduction {
    text-align: center;
}

.h1 {
    text-align: center;
}

/* div {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
} */


ody {
    margin: 0;
    padding: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
    background: #b4ddb4;
    background: linear-gradient(to bottom, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
}

g {
    fill: none;
    stroke-width: 0.5px;
    stroke: url(#gradient_svg)
}

.circle {
    fill: green;
}

.label {
    fill: white;
    font-family: Helvetica;
    font-size: 12px;
    text-anchor: middle;
}

.step {
    opacity: 0;
    transition: opacity 0.5s;
}

.step.is-active {
    opacity: 1;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;

}

.flex-item {
    flex: 1;
    padding: 10px;
    text-align: center;

}


/* div.tooltip {
    position: absolute;
    text-align: center;
    line-height: 28px !important;
    width: 60px;
    height: 28px;
    padding: 2px;
    font: 12px Helvetica;
    /* font-weight: bold; */
/* background: lightsteelblue;
border: 0px;
border-radius: 8px;
pointer-events: none;
opacity: 0; */
}

*/ .tooltip {
    position: absolute;
    background-color: white;
    border: solid 1px gray;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 999;
}

div.body {
    width: 100%;
    display: block;
}

.before-chart {
    width: 100%;
    height: 100%;

}

.svg-container {
    width: 100%;
    position: sticky;
    display: flex;
    top: 100px;
}

.chartcontainer {
    position: relative;
}

#chart {
    position: sticky;
    top: 100px;
    z-index: 1;
}

.scroll-box {
    position: absolute;
    overflow-y: scroll;
}

.box {
    border: 1px solid white;
    padding: 3px;
    width: 340px;
    text-align: center;
    align-items: center;
    color: black;
    background-color: white;
    font-family: Helvetica;
    font-size: 16px;
    /* z-index: 100; */
    margin-bottom: 25em;
    margin-left: auto;
    /* Center align horizontally */
    margin-right: auto;
    /* Center align horizontally */

}

#text-scroll {
    z-index: 100;
}

svg {
    margin: auto;
}

.after-chart {
    width: 100%;
    height: 100%;

}

.container {
    width: 100%;
    padding: 20px;
}

.section-left {
    width: 45%;
    float: left;
    align-self: auto;
}

.section-right {
    width: 55%;
    float: right;
}

.endimg {
    width: 400px;
    height: 500px;
    align-items: flex-end;
}