@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

* {
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

body {
	background-color: rgb(0, 0, 0) !important;
	font-family: 'Noto Sans TC', 'Noto Sans', sans-serif !important;
	font-size: .8em;
	color: rgb(255, 255, 255) !important;
}

#content {
	margin: 40;
}

p {
	margin-bottom: .5rem;
	line-height: 1.5rem;
}

a{
	text-decoration: none !important;
	margin-bottom: 1rem !important;
	display: block;
	color: rgb(255, 255, 255);
	opacity: 1;
}

a:hover{
	color: rgb(255, 255, 255);
	opacity: .5;
}

#logo {
	position: fixed !important;
	z-index: 100;
}

#footer {
	position: fixed !important;
}