﻿.matrix-item {
    position: relative;
}

    .matrix-item text {
        fill: #FFF;
    }

.pie {
    margin: auto;
}

.matrix-number {
    font-size: 40px;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
