﻿#circleBar {
   
    text-align: center;
    /*font-family: 'Staatliches', cursive;*/
    margin-bottom: 30px;
}

    #circleBar .round {
        min-height: 200px;
        margin-top: 40px;
        position: relative;
        margin-bottom: 20px;
    }

        #circleBar .round strong {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -45px;
            transform: translate(-50%);
            font-size: 30px;
            color: #212121;
            font-weight: 100;
        }

    #circleBar span {
        display: block;
        color: #999;
        font-size: 16px;
        margin-top: 10px;
    }

        #circleBar span i {
            color: #ff5c5c;
            font-size: 22px;
            margin-right: 6px;
        }

/*section button:hover {
    background-color: #ff5c5c;
}*/
