       a:link {
	color: #0000FF;
        text-decoration: none;
      }
 
       a:visited {
        color: #00FFFF;
        text-decoration: none;
      }

        a:active {
        color: #FF00A6;
        text-decoration: none;
      }
      
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;
        }      

s1 {
       	color: #406BCD; 
           width:640px; 
           font-size: 80px; 
           font-weight: 500;
           font-family:arial; 
           text-align:center; 
           text-shadow: 2px 1px 1px #000000;
         }

s2{
	     color: #3388FF;
         width:640px; 
         font-size: 52px; 
         font-weight: 550;
         font-family:arial; 
         display:block; 
         text-align:center; 
         text-shadow: 2px 1px 1px #DEDEDE; 
       }

s3 {
        color: #000000; 
        width:640px; 
        font-size: 26px; 
        font-weight: 400;
        font-family: arial;
        text-align: justify; 
        text-shadow: 2px 1px 1px #B9B9B9; 
        display: inline-block;
       }
       
sf {
	left: 320px; 
        color: #FF0000;
        width:640px; 
        font-size: 38px; 
        font-weight: 500;
        font-family: arial;
        text-align: center; 
        text-shadow: 2px 1px 1px #B9B9B9; 
        display: inline-block;
       }              
       
sh {
        color: #FF3388;
        width:640px; 
        font-size: 42px; 
        font-weight: 500;
        font-family: arial;
        text-align: center; 
        text-shadow: 2px 1px 1px #B9B9B9; 
        display: inline-block;
       }

sk {
        color: #0000FF;
        width:640px; 
        font-size: 32px; 
        font-weight: 500;
        font-family: arial;
        text-align: left; 
        text-shadow: 2px 1px 1px #B9B9B9; 
        display: inline-block;
       }
        
    .box {
      background-color: #FFFFEE;
      border: 1px solid #D9EAD3;
      padding: 38px;
      border-radius: 5px;
      margin-top: 10px;
    }        
        
    