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

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

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: #406BCD;
         width:640px; 
         font-size: 42px; 
         font-weight: 550;
         font-family:arial; 
         display:block; 
         text-align:center; 
         text-shadow: 2px 1px 1px #DEDEDE; 
       }

sf {
	left: 320px; 
        color: #FF00E8; 
        width:640px; 
        font-size: 26px; 
        font-weight: 500;
        font-family: arial;
        text-align: center; 
        text-shadow: 2px 1px 1px #B9B9B9; 
        display: inline-block;
       }       
       

s3 {
        color: #000000; 
        width:640px; 
        font-size: 23px; 
        font-weight: 380;
        font-family: arial;
        text-align: justify; 
        text-shadow: 2px 1px 1px #B9B9B9; 
        display: inline-block;
       }
       
sh{
        color: #FF00FF; 
        width:600px; 
        font-size: 28px; 
        font-weight: 500;
        font-family: arial;
        text-align: center; 
        text-shadow: 1px 1px 1px #B9B9B9; 
        display: inline-block;
       }

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;
        }
        
        .container {
            text-align: center;
            background-color: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        
        button {
            padding: 10px 20px;
            font-size: 26px;
            background-color: #0000FF;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        button:hover {
            background-color: #FF00FF; 
        }
        #result {
            margin-top: 20px;
            font-size: 24px;
        }
        
        .styled-text {
           font-size: 24px; /* Change the font size */
           color: #FF0000; /* Change the font color to red */
           font-weight: bold; /* Change the font weight to bold */
         }
        button:hover {
            background-color: #45a049;
        }
        #publicKey, #secretKey {
            width: 80%;
            height: 80px;
            margin-top: 10px;
            resize: none;
        }
   