* {
		font-family: Fugaz One;
		font-size: 22px;
		text-align: center;
		line-height: 5px;
		background-color: yellowgreen;
}

h1 {
		text-align: center;
		font-family: Fugaz One;
		font-size: 72px;
		color: blanchedalmond;
}

button {
		height: 50px;
		font-family: Fugaz One;
		font-size: 22px;
		font-variant: small-caps;
		color: darkolivegreen;

}

#story {
		font-size: 2 em;
		text-align: center;
		padding: 10%;
		font-family: Andale Mono;
		background-color: lightgoldenrodyellow;
		display: none;
}

input {
		font-family: Courier;
		border: 5px solid white;
		-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
		padding: 15px;
		background: lightyellow;
		margin: 0 0 10px 0;
}

#story{
/* 	background-color: #ffb12a; */
}