html body{
    background-color: #161616 !important;
    color: #fff !important;
    font-family: 'Taviraj', serif;
    box-sizing: border-box;
}
.divun{
    text-align: center !important;
    justify-content: center;
    max-width:100%;
    padding: 2ch;
    text-decoration: none;
}
.divun h1:hover{color: #e74e45; transition: color 0.3s ease-out 0s;}
.divun h1{
    font-size: 35px;
    text-decoration: none;
}
.divun h2:hover{color: rgb(34, 153, 250); transition: color 0.3s ease-out 0s;}
.divun h2{
    text-decoration: none;
}
.loader {
    display: inline-flex;
    position: relative;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 5ch;
    height: 5ch;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  /* thai */
@font-face {
    font-family: 'Taviraj';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/taviraj/v9/ahcbv8Cj3ylylTXzRIobRMl0vU0.woff2) format('woff2');
    unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Taviraj';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/taviraj/v9/ahcbv8Cj3ylylTXzRIobX8l0vU0.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Taviraj';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/taviraj/v9/ahcbv8Cj3ylylTXzRIobXsl0vU0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Taviraj';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/taviraj/v9/ahcbv8Cj3ylylTXzRIobUMl0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
