AoeRing {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 50%;
border: 50px solid;
flex-direction: column;
justify-content: center;
align-items: flex-end;
.data {
flex-direction: column;
align-items: flex-end;
padding-right: 100px;
font-size: 500px;
font-family: Poppins;
text-stroke: 50px #000;
.label {
font-weight: bold;
align-self: stretch;
justify-content: center;
margin-bottom: -30px;
}
}
}