﻿@charset "utf-8";
/* CSS Document */
/*#dc3545 danger*/
/*#28a745 success*/
/*#ffc107 Warning*/
/* #007bff info */
/* check for update */

body {
    font-size: 0.9rem;
    font-family: "Noto Sans TC", sans-serif;
}

h1 {font-size: 2rem; color: hsla(229,92%,40%,1.00)}
h2 {font-size: 1.6rem; color: hsla(229,92%,40%,1.00)}
h3 {
    color: #000000;
    font-size: 1.4rem;
    font-weight: bold !important;
	  padding-top: 1.5rem;
	  padding-bottom:1rem;
}

h4 {font-size: 1.08rem; font-weight: bold}
h5 {
    color: hsla(0,0%,0%,1.00);
    font-weight: 500
}