@import "100881720.css";

@media screen and (min-width: 768px) {
 
ul.link-list li:nth-child(1) {margin-top: 17px; border: 3px solid rgb(88, 88, 183); background-color: rgb(88, 88, 183);}

@media not all and (pointer: coarse) { 
ul.link-list li:nth-child(1):hover {background: rgb(230, 230, 247); box-shadow: 0px 4px 8px gray;}
ul.link-list li:nth-child(1):hover a {color: rgb(79, 79, 171); background-color: transparent;}
} 

}