@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap" rel="stylesheet);

body {
	background-color: #787878;
	font-family: "微軟正黑體","Helvetica Neue", Helvetica, Arial,'Noto Sans TC', sans-serif;	
}

nav{
	margin: auto;	
}
nav a{
	display: flex;
	color: #00001e;
	font-size: 1.25em;
	text-decoration: none;	
	line-height: 1.75em;
	transition: .25s;
	padding: 10px;
}
nav a:hover{
	color: #b3bc20;
	background-color: #333;
}
