h1 {
    color: #2c7a48;
    font-size: 30px;
}

h2{
    color: #2c7a48;
    font-size: 22px;
}

.kiscim{
    font-weight: bold;
}

.circle-chart__circle {
  transform: rotate(-90deg);
  transform-origin: center;
}

.circle-chart__circle.start {
  animation: circle-chart-fill 4s reverse;
}

@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

.circle-holder{
    position: relative;
}

.count{
    display: block;
    position: absolute;
    top: calc( 50% - 25px );
    left: calc( 50% - 50px );
    z-index: 3;
    width: 100px;
    height: 50px;
    font-size: 40px;
    margin: auto;
}

.count::after{
    content: '%'
}

.animdesc{
    font-size: 18px;
    color: #2c7a48;
    line-height: 1em;
}

.comp{
    margin-bottom: 0px;
}