.donut {
    display: block;
    position: relative;
    border-radius: 50%;

    & > svg {
        width: 100%;
        height: 100%;
    }
}
