@font-face {
	font-family: "Comic Neue";
	src: url("ComicNeue-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Comic Neue";
	src: url("ComicNeue-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Comic Neue";
	src: url("ComicNeue-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@media (pointer:fine) and (hover:hover) {
	html {
		-moz-zoom: 0.50;
		-ms-zoom: 0.90;
		-webkit-zoom: 0.90;
		zoom: 0.80;
	}
}

* {
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant-ligatures: no-common-ligatures;
	scroll-behavior: smooth;
	outline: none;
}

html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	width: 900px;
	min-height: 100vh;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 200px;
	padding-bottom: 0px;
	margin: 0px auto;
	font-size: 27px;
	font-family:  "Comic Neue", sans-serif;
	font-weight: normal;
	font-style: normal;
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;*/
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

p {
	width: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 44px;
	padding: 0px;
	padding-bottom: 30px;
	margin: 0px;
	text-align: justify;
	text-justify: inter-character;
}

ol {
	list-style-type: circle;
	display: block;
	line-height: 44px;
	padding-left: 60px;
	padding-bottom: 12px;
	margin-top: -20px;
}

i {
	font-style: italic;
}

a, a:visited {
	color: #000000;
	text-decoration: none;
}

a:active, a:hover {
	color: #999999;
	text-decoration: none;
}

hr {
	margin-bottom: 20px;
}

figure {
	margin-bottom: 20px;
}

#box {
	width: 360px;
	height: 240px;
	border-radius: 0px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	padding: 50px 70px;
	margin: 0px auto;
	margin-top: 10%;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2), 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
}

#text {
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	line-height: 44px;
	padding: 0px;
	padding-bottom: 40px;
	margin: 0px 9px;
	text-align: center;
}

#password, #password:focus, #password:active {
	width: 310px;
	height: 50px;
	color: #000000;
	outline: none;
	border-color: #000000;
	border-style: dashed;
	border-width: 2px;
	border-radius: 0px;
	margin: 0px auto;
	margin-bottom: 30px;
	text-align: center;
}

#submit {
	width: 250px;
	height: 50px;
	color: #000000;
	background-color: #ffffff;
	outline: none;
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	border-radius: 0px;
	margin: 0px auto;
	text-align: center;
}

#submit:hover {
	cursor: pointer;
	color: #ffffff;
	background-color: #000000;
	border-radius: 0px;
}

#submit:active {
	color: #000000;
	background-color: #ffffff;
	border-radius: 0px;
}

::-webkit-input-placeholder {
	color: #999999;
	text-align: center;
}

::-moz-placeholder {
	color: #999999;
	text-align: center;
}

:-ms-input-placeholder {
	color: #999999;
	text-align: center;
}
