.pie-chart{height:40dvh; width:30vw; display:flex; flex-direction: column; align-items: center; gap:30px;}


.key ul {
    list-style-type: none;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    gap:20px;
}

.key ul li{
	display:flex; 
	flex-direction: row;
    justify-content: space-between;
    gap:5px;
}


.key ul li .col_bullet{
    display:inline-block;
    height:18px;
    width:18px;
    margin-right:6px;
    border-radius:50%;
}