h1 {
  
  font-size: 1.2em;
  font-family: Century Gothic, Times New Roman, Georgia, serif;
  color: black;
  text-align: center;
}
input.txt {
         color: blue;
         background-color: 
         border: 1px inset blue;
         width: 200px;
}
input.btn {
         color: blue;
         background-color: 
         border: 1px outset blue;
}
form div {
        clear: left;
        margin: 0;
        padding: 0;
        padding-top: 0.6em;
}
form div label {
              float: left;
              width: 40%;
              font-size: 0.9em;
              font-family: Century Gothic, Times New Roman, Georgia;
              color: blue;
}

         
