html {
	font-size: 100%;
	font-family: Osaka-mono, "MS Gothic", monospace;
}

body {
	font-size: 100%;
	font-family: Osaka-mono, "MS Gothic", monospace;
}

#error {
	width: 45%;
	color: #fff;
	text-align: center;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background-color: #3b434c;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width:992px) {
	#error {
		width: 80%;
	}

}

#message {
	color: #c3cedd;
}
