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: 48px; 
         font-weight: 500;
         font-family: arial; 
         text-shadow: 2px 1px 1px #B9B9B9;
         text-align: center; 
         display: block; 
       }

s2 {
	 left:100px; 
    	 top:40px; 
    	 color:#0000FF; 
         font-weight:550;
         font-size:42px; 
         font-family:arial; 
         width:640px; 
         text-align:justify; 
         text-shadow: 2px 1px 1px #B9B9B9;
      }      
      
s3 {
    	 color:#000000;
         font-weight:350;
         font-size:36px; 
         font-family:arial; 
         width: 720px; 
         text-shadow: 2px 1px 1px #B9B9B9;
         text-align: justify; 
         display: block; 
     }      

.button {
  height: 20px;
  width: 100px;
  background: darkgrey;
  border: 2px solid black;
  border-radius: 50px;
  color: #0000ff; 
  font-size:30px; 
  color: black;
}

.button:hover {
  background:lightgrey;
}

#mainbox {
	width: 70%;
	margin: auto;
	padding: 25px;
	border: medium solid #FFFFFF;
}

#formbox {
   border:thin #000000 solid; 
   width: 60%; 
   margin: auto; 
   padding:25; 
   text-align=center; 
   background-color:#0000FF;
}


    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 20px;
      background-color: #f4f4f4;
    }
    
    .container {
      max-width: 640px;
      margin: 0 auto;
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      text-align:center; 
    }
    
    h2 {
      text-align: center;
    }
    .input-wrapper {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }
    .input-wrapper input {
      width: 100%;
      padding: 10px;
      font-size: 20px;
      border-radius: 4px;
      border: 5px solid #ddd;
    }
    .input-wrapper button {
      background-color: #007bff;
      color: #fff;
      padding: 10px;
      margin-left: 10px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }
    
    .input-wrapper button:hover {
      background-color: #0056b3;
    }
    
    .strength-bar {
      height: 30px;
      width: 100%;
      border-radius: 20px;
      margin-top: 20px;
      background-color: #ddd;
    }
    
    .strength-bar span {
      display: block;
      height: 100%;
      border-radius: 8px;
    }
    
    .output {
      margin-top: 30px;
    }
    .output p {
      font-size: 28px;
    }
    .output span {
      font-weight: bold;
    }
  
 .Xselect {
   user-select: none;
}
           
