html {
	height: 100%;
	background-image: url('../img/errorbg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden; }
body {
	padding: 0;
	margin: 0;
	position: relative;
	height: 100vh; }
h1 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10vw;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	margin: 0; 
	margin-bottom: -20px; }
h3 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 1.5vw;
	font-weight: 100;
	text-align: center;
	color: #FFF; }
.welcome {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 60%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }
.logo {
	display: block;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	max-height: 462px;
	margin-bottom: auto; }
::selection {
	background: rgba(239,71,111,0.5); }
::-moz-selection {
	background: rgba(239,71,111,0.5); }
.button {
	background-color: #AE4758;
	border-radius: 28px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Noto Sans TC', sans-serif;
	font-size:18px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627; }