/* 
Allison Obourn
CSC 337
Lecture 4

Red/yellow/purple/green/pink centered theme for the Koala page
*/

p {
	color: red;
	text-align: right;
} 

img {
	vertical-align: middle;
}

ul, p {
	background-color: yellow;
}

h1 {
	font-size: 5em;
	text-align: center;
}

body {
	font-family: 
}

#food {
	text-align: left;
	float: left;
}

#dangers {
	float: left;
}

#around {
	border: white solid 2px;
	overflow: hidden;
}
.green {
	color: green;
}

pre em {
	font-size: 5em;
}

#firstsection {
	background-color: purple;
}

h1, h2 {
	border: cyan 3px dashed;
	border-radius: 10px;
}

h2 {
	margin-left: auto;
	margin-right: auto;
	background-color: pink;
	width: 50%;
}

#firstsection > p {
	clear: left;
}