form {
    width: 350px;
    margin: auto;
    text-align: center;
    padding: 30px;
    background-color: #252525;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
  }
  
  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    font-size: 18px;
    box-shadow: 0px 0px 10px #ccc;
  }
  
  input[type="submit"] {
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  
  input[type="submit"]:hover {
    background-color: #fff;
    color: #333;
  }

  input.larger {
    width: 40px;
    height: 40px;
  }

  #HS
  {
    display:none;
  }
  #hs:hover{
    text-decoration: underline;
  }
  .cNum
  {
    color:#ffd6fd;
  }