.donut-text {
    color: rgb(255, 255, 255);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    line-height: 0;
    width: 100%;
    text-align: center;
}
.donut-legend {
    color:rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1px;
    white-space: nowrap;
}