@charset "UTF-8";
.btn,
footer,
h1 {
	font-weight: 700;
	text-align: center
}

.btn,
body,
footer,
h1,
html {
	text-align: center;
}

@font-face {
	font-family: "仓耳非白W02";
	src: url('/css/仓耳非白W02.ttf') format('truetype');
}

body,
html {
	font-family: "仓耳非白W02", sans-serif;
	color: #6f6;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

a{
	color: #6f6;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column
}

main {
	flex: 1;
	display: grid;
	align-items: center;
}

.ol {
	background-image: linear-gradient(transparent 0, rgba(10, 16, 10, .5) 50%);
	background-size: 1000px 2px;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none
}

footer,
h1 {
	border-top: 3px solid #6f6;
	border-bottom: 3px solid #6f6;
	padding: 10px;
	font-size: 64px;
	margin: 10px;
	line-height: 1.5;
	text-shadow: 0 0 10px rgba(50, 255, 50, .5), 0 0 5px rgba(100, 255, 100, .5);
}

footer {
	font-size: 17px
}

p {
	font-size: 20px;
	max-width: 500px;
	margin: 1em auto
}

.pb {
	display: block;
	font-size: 14px
}

.cd {
	animation-duration: 1s;
	animation-name: fa;
	animation-iteration-count: 3;
	opacity: 0
}

@keyframes fa {
	from {
		font-size: 70px;
		opacity: 1
	}

	to {
		font-size: 10px;
		opacity: 0
	}
}

.quit,
.snd {
	background: #6f6;
	color: black;
	border-radius: 50%;
	width: 25px;
	line-height: 25px;
	font-size: 18px;
	text-shadow: none;
	cursor: pointer;
}

.snd {
	float: left
}

.quit {
	background: red;
	float: right;
}

.snd:before {
	content: "♫";
	color: black;
}

.snd-off {
	opacity: .4
}

.snd-off:before {
	text-decoration: line-through;
}

.hdn {
	display: none
}

.btn {
	background: #6f6;
	border: none;
	font-size: 24px;
	margin: 1.5em auto;
	padding: 0.25em 0.75em;
	cursor: pointer;
	display: block;
	min-width: 240px;
	font-family: "仓耳非白W02", sans-serif;
}

#mz {
	padding: 10px;
}

#starting {
	padding-top: 30px
}

.ln {
	animation: blink 1s infinite
}

@keyframes blink {
	to {
		opacity: 0
	}
}