@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

*,
*::before,
*::after { 
	box-sizing: border-box; 
} 

html { 
	font-size: 16px; 
    scroll-behavior: smooth;
} 

img {
    max-width: 100%; 
    height: auto; 
    display: block; 
} 
 
a { 
    text-decoration: none;
} 

sub { 
    vertical-align: sub; 
} 
 
.container { 
    max-width: 1200px;
    margin: 0 auto;
} 