/*Cheng Wei (Wayne) Chou
Section AH
4/23/18
Creative Project 4 style page for "detention": a work of 
	ridiculousness and overall wat the heck-ness by me.*/

@import url('https://fonts.googleapis.com/css?family=Indie+Flower|Press+Start+2P');

/*sets general attributes and layout for page. Sets page for chalkboard mode*/
body {
	background-image: url(chalkboardBack.jpeg);
	text-align: center;
	margin: 3% auto;
	width: 80vw;
	color: #d6d963;
	font-family: "Indie Flower";
}

/*JS uses this to toggle to computer mode*/
.BackgroundClass {
	background-image: url(terminal.png);
	font-family: "Press Start 2P";
}

h1 {
	color: #d6d963;
}

p {
	color: #f6f4f1;
}

fieldset{
	position: absolute;
	border-radius: 10px;
}

#play {
	bottom: 5px;
}

#style {
	bottom: 15%;
}
