*{
	padding: 0;
	margin: 0;
	font-size: 100%;
	/* font-family: "Trirong", serif; */
	white-space: normal;
	line-height: 23px;
	
}
/* *, */
/* :before, */
/* :after { */
  /* box-sizing: border-box; */
/* } */
html,body{
	
	box-sizing: border-box;
	scroll-behavior: smooth;
	overflow-x: hidden;
	/* background-color: red; */
 
}

body {
	
 line-height: 1;
 
}