* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body, html {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f9;
  }
  
  .timer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  
  #message {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
  }
  
  #timer {
    font-size: 96px;
    margin-bottom: 40px;
    color: #4caf50;
  }
  
  #progress-container {
    width: 80%;
    background-color: #ddd;
    height: 40px;
    margin: 20px 0;
    position: relative;
  }
  
  #progress-bar {
    background-color: #4caf50;
    height: 100%;
    width: 0%;
  }
  
  #percentage {
    font-size: 36px;
    margin-top: 10px;
  }
  
  form, button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
  }
  
  button {
    margin-top: 20px;
  }
  
  input {
    padding: 10px;
    font-size: 16px;
    width: 100px;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body, html {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f9;
  }
  
  .timer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  
  #message {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
  }
  
  #timer {
    font-size: 96px;
    margin-bottom: 40px;
    color: #4caf50;
  }
  
  #progress-container {
    width: 80%;
    background-color: #ddd;
    height: 40px;
    margin: 20px 0;
    position: relative;
  }
  
  #progress-bar {
    background-color: #4caf50;
    height: 100%;
    width: 0%;
  }
  
  #percentage {
    font-size: 36px;
    margin-top: 10px;
  }
  
  form, button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
  }
  
  button {
    margin-top: 20px;
  }
  
  input {
    padding: 10px;
    font-size: 16px;
    width: 100px;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body, html {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f9;
  }
  
  .timer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  
  #message {
    font-size: 48px; /* Ukuran font besar agar lebih jelas */
    margin-bottom: 30px; /* Jarak di bawah label agar tidak terlalu dekat dengan elemen lain */
    color: white; /* Warna teks putih agar kontras dengan latar belakang */
    background-color: #f7f1f1; /* Latar belakang gelap agar teks putih menonjol */
    padding: 20px; /* Padding untuk memberi ruang di dalam elemen */
    border-radius: 10px; /* Sudut melengkung pada label */
    text-align: center; /* Teks berada di tengah elemen */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Tambahkan bayangan untuk efek mengambang */
  }
  
  #timer {
    font-size: 120px; /* Perbesar ukuran font untuk timer */
    margin-bottom: 0px; /* Beri jarak lebih besar antara timer dan progress bar */
    color: #4caf50;
  }
  
  #progress-container {
    width: 80%;
    background-color: #ddd;
    height: 40px;
    margin: 0px 0; /* Tambahkan margin untuk jarak antara progress bar dan elemen lainnya */
    position: relative;
  }
  
  #progress-bar {
    background-color: #4caf50;
    height: 100%;
    width: 0%;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body, html {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f9;
  }
  
  .timer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  
  #message {
    font-size: 70px; /* Perbesar ukuran font untuk pesan */
    margin-bottom: 30px; /* Beri jarak lebih besar antara label dan timer */
    color: #333;
    font-weight: bold;
  }
  
  #timer {
    font-size: 120px; /* Perbesar ukuran font untuk timer */
    margin-bottom: 50px; /* Beri jarak lebih besar antara timer dan progress bar */
    color: #4caf50;
  }
  
  #progress-container {
    width: 80%;
    background-color: #ddd;
    height: 40px;
    margin: 10px 0; /* Tambahkan margin untuk jarak antara progress bar dan elemen lainnya */
    position: relative;
  }
  
  #progress-bar {
    background-color: #4caf50;
    height: 100%;
    width: 0%;
  }
  
  #percentage {
    font-size: 36px;
    margin-top: 10px;
  }
  
  form {
    margin: 1px 0px;
  }
  
  /* Tambahkan Flexbox untuk tombol */
  .button-container {
    display: flex;
    justify-content: center;
    gap: 10px; /* Jarak antara tombol */
  }
  
  button {
    padding: 0px 20px;
    font-size: 18px;
    cursor: pointer;
  }
  
  input {
    padding: 5px;
    font-size: 16px;
    width: 100px;
  }
  
  /* Style untuk form label */

#labelForm input {
  width: 400px; /* Lebar input */
  
}

