h2, h3{
    line-height: 1.5;
}

.tombol {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .tombol-orange {
    color: #333;
    background-color: #FE9A2E;
    border-color:none;
  }

  .tombol-orange:hover {
    color: #333;
    background-color: #F7D358;
    border-color:none;
    text-decoration: none;
  }

  .note-bawah{
    bottom:30; 
    position:fixed; 
  }

.text-orange{
    color:#FE9A2E; 
    font-size: 18px;
    font-weight: bold;
}