/* 客制按鈕樣式 */
.start-btn {
  border: none;
  border-radius: 4px;
  width: 80%;
  height: 10vw;
  background: linear-gradient(135deg, #FFEB72 0%, #AE732B 35.26%, #AE732B 65.1%, #FFC75A 100%);
  box-shadow: 0px 3px 5px 0px #FFF7FE4D inset;
  color: #fff;
}