.digit {
    background-color: #ffffff34;
    border-radius: 7px;
    border: none;
}
#visitorCounterDisplay{
    border: none;
}
#visitorCounter::before{
    content: "You're visitor ⭳  ‎  ‎  ‎  ‎ ‎  ‎  ‎   :D";
    font-weight: bold;
    color: white;
}
#visitorCounter {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}