h1 {
	font-family: 'Roboto', sans-serif;
}
h2 {
	font-family: 'Roboto', sans-serif;
}
h3 {
	font-family: 'Roboto', sans-serif;
}
p {
	font-family: 'Roboto', sans-serif;
}
.center {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.backgroundcolour {
	background-color: #3d81e0;
}
.logo {
	margin-top: 10%
	display: table-cell;
	width: 200px;
	height: 200px;
	text-align: center;
}
.ourpurpose {
	font-family: 'Roboto', sans-serif;
	width: 60;
	margin-left: 15%;
	margin-right: 15%;
	text-align: left;
}