  body {
      background-repeat: ;
      background-position: ;
    background-color: 75a4fb;
  }
  h1, h2, h3 {
    color: #00a1df;
  }
  input.btn {
      color: fff;
      background-color: #f2b84a;
      border-top: 2px solid #ffea7c;
      border-left: 2px solid #ffea7c;
      border-right: 2px solid #c08618;
      border-bottom: 2px solid #c08618;
  }
  input.right {
    float:right;
  }
  input.btn:active {
      background-color: #f2b84a;
      border-top:  2px solid #c08618;
      border-left:  2px solid #c08618;
      border-right: 2px solid #ffea7c;
      border-bottom: 2px solid #ffea7c;
  }
