body {
	font-family: "Ubuntu";
	color: #242021;
}

a {
	color: #242021;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
}

.width100 {
	width: 100%;
}

.textCenter {
	text-align: center;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
	color: #929397;
}