@charset "utf-8";


/*
	CIS 1406
	Final Project
	Jonnie Jucht
	styles page
	Filename: project_styles.css
*/

img {
	width: 35%;
	height: 25%;
	border: 2px solid black;
}
div {
	padding-top: 5%;
}
body {
	color: black;
	font-family: "Balthazar", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2em;
}
div p {
	text-decoration: overline;
}
div.project4 {
	margin-bottom: 5%;
}
