html {
            user-select: none;
        }

body {
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 60px; 
            background-color: #f0f0f0;
        }

        a:link {
		color: #0000FF;
        text-decoration: none;
      }
 
       a:visited {
        color: #00FFFF;
        text-decoration: none;
      }

        a:active {
        color: #FF00A6;
        text-decoration: none;
      }

	
 s1 {
         color: #0000FF; 
         opacity:1;
         font-size: 36px; 
         font-weight: 800;
         font-family: arial; 
         text-shadow: 2px 2px 1px #B9B9B9;
       }
       
s2 {
         color: #0000FF; 
         opacity:1;
         font-size: 28px; 
         font-weight: 480;
         font-family: arial; 
         text-align: center:
         text-shadow: 2px 1px 1px #B9B9B9;
       }           

s3 {
         color: #000000; 
         opacity:1;
         font-size: 23px; 
         font-weight: 400;
         font-family: arial; 
         width:580px; 
         text-align: justify; 
         display: block; 
      }            

@font-face { font-family: speech monospace; src: url('../../fonts/speech1.ttf'); } 
 h6{
 	 position :absolute; 
         top:-100px; 
         color: #00DDFF; 
         font-size: 100px; 
         font-weight:800;
         opacity:1;
         font-family: speech monospace; 
         text-align:center; 
         text-shadow:2px 1px 1px #FFFF00;
      }   

 .Xselect {
   user-select: none;
}