#metrics-container {
    width: fit-content;
    height: fit-content;

    display: flex;
    flex-direction: column;
    gap: 5px;

    padding-right: 10px;
}

.metric {
    display: flex;
    justify-content: space-between;
    gap: 10px;

    text-shadow: 2px 2px 4px black;
}