@charset "utf-8";


/*
	CIS 1406
	Final Project
	Jonnie Jucht
	styles page
	Filename: home_styles.css
*/

body {
	font-family: "Balthazar", serif;
	font-weight: 400;
	font-style: normal;
}
div.logos {
	display: flex;
	justify-content: center;
	padding: 2%;
	border-top: 1px solid black;
}
div.logos img {
	margin: 0 10px;
	height: 40px;
	width: 40px;
}
div.home img {
	width: 60%;
	margin: 3% auto;
	border: 2px solid black;
	border-radius: 22px;
}
p {
	margin: 2% auto;
	width: 50%;
	font-size: 20pt;
}
h2 {
	margin: 2% auto;
	font-size: 2em;
}
