path:hover {
    fill: #ee6442;
    stroke: #212121
}

path {
    fill: #41c0cc;
    stroke: #f1f1f1;
    stroke-width: 0.9px
}

.svg_container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-content: center
}

.data {
    float: left;
    margin: 10px;
    display: inline-block
}



body {
    background-color: #8261ee;
    background-image: linear-gradient(127deg, #a759d1 0%, #8261ee 91%)
    /*    background-color: #41c0cc;
    background-image: linear-gradient(-90deg, #41c0cc, #41cca5);*/
}

div {
    /*    color: #41c0cc;*/
    color: #212121;
    fill: currentColor
}
