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.abc{
    text-decoration: none;
    color: red;
    text-shadow: 1px -3px 1px black;
    text-align: center;
     font-size: 40px;
      word-spacing: 10px;
      font-family: "Exile", serif;
    }

.abcd{
    color: rgb(0, 0, 0); 
    font-size: 24px; 
    text-align: justify;
    font-family: "Poetsen One", sans-serif; 
 }

ul>li>a{
    font-family: "Exile", system-ui;
     color: red;
      text-decoration: none;
       font-size: 25px;
       text-shadow:1px -3px 1px rgb(0, 0, 0);
    }
h1.abcdef{
    word-spacing: 10px;
letter-spacing: 3px;
     font-size: 40px;
     text-align: center;
     color: rgb(255, 0, 0);
      font-family: Exile,sans-serif;
      text-shadow:1px -3px 1px rgb(0, 0, 0);

    }
    