
/*.btn-getstarted,*/
/*.btn-getstarted:focus {*/
/*  color: #000;*/
/*  background: var(--accent-color);*/
/*  font-size: 14px;*/
/*  padding: 8px 25px;*/
/*  margin: 0 0 0 30px;*/
/*  border-radius: 15px;*/
/*  transition: 0.3s;*/
/*  border: 2px solid color-mix(in srgb, var(--contrast-color), transparent 90%);*/
/*}*/

/*.btn-getstarted:hover,*/
/*.btn-getstarted:focus:hover {*/
/*  color: #000;*/
/*  background: #ffde59;*/
/*}*/

/*@media (max-width: 1200px) {*/
/*  .btn-getstarted,*/
/*  .btn-getstarted:focus {*/
/*    order: 2;*/
/*    margin: 0 15px 0 0;*/
/*    padding: 6px 15px;*/
/*  }*/
/*}*/


.btn-getstarted {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 28px;
  border-radius: 999px; /* bikin kapsul */
  
  background-color: #ffd700;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-getstarted:hover {
  background-color: #ffde59;
}
