/*	Name: Sven Hansen
	Date: 04.01.2018
	Section: CSE 154 AH
	
	This is the stylesheet for all current puzzle html pages.*/

@import url('https://fonts.googleapis.com/css?family=Passion+One|Roboto+Slab');
	
footer {
	margin: 2em;
}
	
h1, h2 {
	text-transform: uppercase;
	font-family: "Passion One", cursive;
}	
	
h1 {
	font-size: 400%;
}	

img {
	position: absolute;
	left: 500px;
	top: 100px;
}

li {
	font-family: "Roboto Slab", serif;
	margin: 1em;
}

ul {
	list-style-type: none;
}