It appears that there is a rectangular border surrounding the text, making it also hoverable. I only want the characters themselves to be hoverable. I attempted using a 'span' element to correct this issue but it did not work as expected.
a:hover{
color: #ff0000;
text-shadow: 1px 1px 20px #ff0000;
}
#shrine{
display: inline-block;
font-family: 'aurora';
text-shadow: 1px 1px 0px #ff0000, 1px -1px 0px #ff0000, -1px -1px 0 #ff0000, -1px 1px 0px #ff0000;
transform: scaleY(1.6) scaleX(.9);
padding: 0;
margin: 0;
font-size: 8vw;
margin-bottom: 2vw;
}
<div class='maindiv'>
<ul>
<li>
<a href=''><span id='shrine'>SHRINE</span></a>
</li>
<ul>
<div>