  body {
      background-repeat: ;
      background-position: ;
    background-color: #fefefe;
  }
  h1, h2, h3 {
    color: #06a09b;
  }
  input.btn {
      color: fff;
      background-color: #f05a42;
      border-top: 2px solid #ff8c74;
      border-left: 2px solid #ff8c74;
      border-right: 2px solid #be2810;
      border-bottom: 2px solid #be2810;
  }
  input.right {
    float:right;
  }
  input.btn:active {
      background-color: #f05a42;
      border-top:  2px solid #be2810;
      border-left:  2px solid #be2810;
      border-right: 2px solid #ff8c74;
      border-bottom: 2px solid #ff8c74;
  }
