/* CSS cơ bản dùng chung */
*{box-sizing:border-box}
body{margin:0}
a{text-decoration:none}
