

.aboutus h2 {
	text-align: center;
}

.aboutus p {
	text-align: center;
}
hr {
	height: 5px;
	background-color: #FAC898;
}

@font-face {
  font-family: "JamesSans"; 
  src: url("fonts/JamesSans.ttf") format("truetype");
}

body {
	font-family: "JamesSans", sans-serif;
	background-color: #836953;
	color: white;
}

.title {
  text-align: center;
}


