marquee>h1{
     text-shadow: 1px -3px 1px rgb(0, 0, 0);
      color: #ff0000 ;
       font-family: "Exile", system-ui;
         font-size: 40px;
         }

h1.qwe{  

    color: #ff0000;
     font-size:40px ;
      font-family: "Exile", system-ui;
      text-align: center; 
      text-shadow: 1px -3px 1px rgb(0, 0, 0);
    }

h1>ul>li>a{
    
    text-decoration: none;
    color: rgb(255, 0, 0); 
    text-shadow: 1px -3px 1px rgb(0, 0, 0);
    font-family: 'Exile';
}
ul{
    color: black;
     text-align: center;
}