.hit-counter{
            width:350px;
            margin:auto;
            background:#fff;
            padding:30px;
            text-align:center;
            border-radius:10px;
            box-shadow:0 0 10px rgba(0,0,0,0.2);
        }

        .hit-counter h2{
            margin-bottom:20px;
            color:#333;
        }

        .counter{
            font-size:45px;
            font-weight:bold;
            color:#d9534f;
            letter-spacing:5px;
        }