@import url(https://fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);



header{
	text-align:center;
	background: #ffffff;
	padding: 10px;
}

header h1{
	margin: 0px;
}

body{
	background: #ffffff;
	text-align: center;
}
body h2{
	font-size: 2rem;
	font-weight: normal;
	line-height: 180%;
	margin: 0px;
	margin-bottom: 30px;
	
}

main{
		background:#eceeef;
	padding-top: 30px;

}
.zhcn {
font-family: ‘Noto Sans SC’, sans-serif;
}
.zhtw {
font-family: ‘Noto Sans TC’, sans-serif;
}


body .btn2{
	border-radius: 20px;
	margin-bottom: 12px;
}
.btn-arrow1-r:after {
	left: 10px;
	right: inherit;
}

footer{
	font-size: 1.2rem;
	text-align:center;
	padding: 10px;
}
footer p{
	margin-top: 20px;
}

