body {

	/*text-align: center;*/
	background-color: #fafafa;
	/*background-image: url("../images/classroom-background.png");
	background-repeat: no-repeat;*/
	line-height: 1.5;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	/*if a font has spaces; use quotation marks. Eg "Times New Roman"
	/*a number multiplier*/

}

header {
	background-image: url(../images/small-banner_github.png);
	height: 400px;
	/*margin: auto;*/
	/*width: 100%;*/
	background-repeat: no-repeat;
}

.coverimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;

	/*margin: auto;*/
	/*width: 100%;*/
}

.img {
	max-width: 100%;
	height: auto;
}

p {
	text-align: center;
}

h2 {
	text-align: center;
}

h1 {
	text-align: center;
}

.btn {
	margin-left: auto;
	margin-right: auto;
}