#demo-counter h2, #demo-counter span, #demo-counter p {
    font-size: 30px;
    color: #0cb2d3;
    display: inline-block;
    margin: 0;
}

#demo-counter span {
    margin: -5px 5px;
    font-family: cursive;
}

#demo-counter p {
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    font-family: cursive;
    position: relative;
    bottom: 10px;
}

#demo-counter {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99999999;
    display: none;
    width: 130px;
}