* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	background-size: cover;
	-webkit-background-size: cover 100%;
	-o-background-size: cover 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: cover;
	background-color: #fff;
}
body {
	width: 100%;
	height: 100%;
}
.box {
	width: 90%;
	margin: 10px auto;
	padding: 5px 10px;
	border-radius: 20px;
	border: #1677b3 solid #1677b3;
	box-shadow: 0px 0px 10px #1677b3;
	backdrop-filter: blur(6px);
}
.box > h2, .box > h1 {
	color: #000;
}
.box > p {
	color: #000;
	text-indent: 2em;
}
.box > p > a:link {
	color: #63bbd0;
	text-decoration: none;
}
.box > p > a:visited {
	color: #22a2a3;
	text-decoration: none;
}
.box > p > a:hover {
	color: #22a2a3;
	text-decoration: none;
}
.box > p > a:active {
	color: #22a2a3;
	text-decoration: none;
}
.down {
	width: 95%;
	margin: 10px auto;
	display: flex;
	border-radius: 20px;
}
.down > p {
	text-decoration: underline;
	text-align: center;
	color: #00ffff;
	margin: 10px auto;
	width: 28%;
	height: 30px;
	padding: 3px 5px;
	border-radius: 20px;
	justify-content: center;
	background-color: #1772b4;
	box-shadow: 0px 0px 10px #2177b8;
}
.updateLog {
	box-shadow: 0px 0px 10px #2177b8;
	padding: 3px 5%;
	margin: 10px auto;
	width: 90%;
	border-radius: 20px;
	font-size: .8em;
}
.updateLog ul, .updateLog ol {
	padding-left: 2em;
}
.updateLog code {
	padding: 2px 3px;
	background-color: #e3e3e3
}
.updateLog h1 {
	font-size: 1.6em;
}
.updateLog h2 {
	font-size: 1.1em;
}
.updateLog h3 {
	font-size: .936em;
}
.updateLog h4 {
	font-size: .8em;
}
.updateLog h5 {
	font-size: .7em;
}
.updateLog h6 {
	font-size: .6em;
}
.updateLog p {
	font-size: .8em;
}
.updateLog pre {
	font-size: .8em;
}
.loading {
	font-size: 1em;
	text-align: center;
}