 
  #id1{
  
  width:12%;
  border:5px solid #00BFFF;
  padding: .5rem;
  font-size:18px;
  border-radius:5px;
  transition: .3s background ease;

  }
  #ok{
  display:block;
  border:0;
  background:#483D8B;
  padding:.4rem;
  color:white;
  margin:0.5rem 0;
  width:auto;
  text-transform:uppercase;
  cursor:pointer;
  transition: .1s background ease;
  border-radius:5px;
  }
  #ok:hover{
  background:#00BFFF;
  }
  #passcode{
    display:block;
    text-transform:uppercase;
    border-radius:5px;
    border:3px solid #483D8B
  }
  h2{
    border-radius:5px;
    border:4px solid #483D8B;
    display:block;
    text-transform:uppercase;
    font-size:16px;
    padding:0.5rem  .25rem;
    margin:1rem;
  }