@charset "UTF-8";

  .HoldSeatbtn {
  border-style:none;
            cursor: pointer;
            --border: 1px solid #3498db;
           --background-color: transparent;
           background-color:#c5b79a;
            height: 50px;
            width: 200px;
           --color: #3498db;
           color: #000000;
            font-size: 1.5em;
            font-family: "Times New Roman", Times, serif;
           
        }