Is there anyone who can assist me with this issue?
I've attempted to use box shadow and borders, but I am having difficulty achieving transparency within the border:
<div class="" style="border-radius: 125px;
width: 125px;
height: 125px;
margin: auto;
box-shadow: 0 0 0 6px rgba(68,68,68,0.25), 0 0 0 15px rgba(68,68,68,0.35); ">
<img src="images/tracks_bg.png" width="100%" height="100%" style="border-radius: 50%; opacity: 1 !important;">
</div>