The landing page is a static background image and I created a clickable area with image map. The problem is that a blue border (see image below) shows up when you click on the area. I want to remove that border however nothing seems to be working.
<div class="fixed-background" >
<img src="picture.svg" usemap="#image-map">
</div>
<map name="image-map">
<area href="target.org" coords="300,1000,30,1100" shape="rect">
</map>