
body{
     background: #682a9b;
background: linear-gradient(90deg, rgba(104, 42, 155, 1) 0%, rgba(69, 32, 32, 1) 100%);
}


h1 {   
                font-family: "Fugaz One", sans-serif;
               color: #786cfa;
               background-image: linear-gradient(45deg, #7773a8 , #e22222 25%, #cf5050 50%, #975b65 75%, #f1eded 100%);
               background-clip: text;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
               text-align: center;
               text-decoration: underline overline; 
               text-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.3);
               word-spacing: 10px;
            
        }

        .same::first-letter {
                        color: #1efd00;
                        font-size: 30px;
        }

        .same {
            letter-spacing: 3px;
            color: whitesmoke;
            font-family: sans-serif;
        }

        a {
            text-decoration: none;
            font-size: 30px;
        }
        a:visited {
            color: rgb(255, 255, 255);
        }
         a:hover {
            color: rgb(0, 0, 0);    
        }