#value
{
    font-family: kids_points_bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8em;
    font-weight: bold;
    text-shadow: 1px 1px 5px black;
    color: white;
}

.green
{
    color: var(--color_green)
}
.red
{
    color: red;
}