#timeframe
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: kids_points;
    font-size: 3rem;
}

    #timeframe > div
    {
    }
    #timeframe:before
    {
        content: attr(data-size);
        display: block;
        left: 5px;
        top: 5px;
        font-size: 0.8rem;
    }