.donut-chart {
    position: relative;
    width: 180px;
    height: 180px;
    text-align: center;
}

.donut {
    transform: rotate(-90deg);
}

.donut-background {
    fill: none;
    stroke: #ffffff30;
    stroke-width: 30;
}

.donut-ring {
    fill: none;
    stroke: #3498db;
    stroke-width: 30;
    stroke-dasharray: 0 471;
}

.donut-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #FFFFFF;
    font-family:  "farnham-display", serif;
}
