  body {
      background-repeat: ;
      background-position: ;
    background-color: 75a4fb;
  }
  h1, h2, h3 {
    color: 111;
  }
  input.btn {
      color: #000000;
      background-color: #ffc20f;
      border-top: 2px solid #fff441;
      border-left: 2px solid #fff441;
      border-right: 2px solid #cd9000;
      border-bottom: 2px solid #cd9000;
  }
  input.right {
    float:right;
  }
  input.btn:active {
      background-color: #ffc20f;
      border-top:  2px solid #cd9000;
      border-left:  2px solid #cd9000;
      border-right: 2px solid #fff441;
      border-bottom: 2px solid #fff441;
  }
