body{
	margin: 0;
	padding: .5em;
	font-size: small;
	background: #123456;
}
h1, h2, h3{
	margin: 0;
}
section{
	margin: .5em auto;
	border: 1px solid #987654;
	padding: 1em;
	width: 256px;
}
section > *{
	margin: .5rem;
}
p{
	margin: 0;
	white-space: pre-line;
}
a{
	padding: 0;
}
canvas{
	margin: 0 auto;
}
quote{
	font-style: italic;
}
img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
img.icon{
	display: inline;
	margin: 0;
	height: 16px;
	width: auto;
	vertical-align: middle;
}
.small{
	font-size: smaller;
}
#grid{
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 100%;
}
#badges{
	margin: .5em auto;
	padding: 0;
	width: 208px;
	background: white;
	line-height: 9px;
}
#terminal{
	padding: 0;
	width: 284px;
	height: 256px;
}
#terminal > div{
	margin: 0;
	width: 100%;
	height: 100%;
}
#fireworks{
	padding: 0;
	width: 284px;
	height: 512px;
}
#wordsearch{
	display: inline-block;
	font: 10px monospace;
	white-space: pre-line;
	background: black;
}
#wordList{
	column-count: 2;
}
#quotes div{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 256px;
	height: 192px;
	background: url('https://apps.stupid-genius.com/Quotes/images/book.bd2f7217.png');
	background-size: contain;
}
#qotd{
	width: 80%;
	font-size: 10px;
	color: black;
}
#walking h1{
	text-align: center;
	font-family: 'Calligraffitti', cursive;
	color: #4D7EAD;
}
#smbc{
	overflow: hidden;
}
