Add shadow around container

Add this code to the Custom CSS field on the Style tab of your Visitor Counter widget’s settings:

.global-styles,[class^="VisitorCounter__VisitorCounterComponent-sc"]{
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}