  body {
      background-repeat: ;
      background-position: ;
    background-color: rgba(0, 0, 0, 0);
  }
  h1, h2, h3 {
    color: #5a622e;
  }
  input.btn {
      color: fff;
      background-color: #5a622e;
      border-top: 2px solid #8c9460;
      border-left: 2px solid #8c9460;
      border-right: 2px solid #283000;
      border-bottom: 2px solid #283000;
  }
  input.right {
    float:right;
  }
  input.btn:active {
      background-color: #5a622e;
      border-top:  2px solid #283000;
      border-left:  2px solid #283000;
      border-right: 2px solid #8c9460;
      border-bottom: 2px solid #8c9460;
  }
