body {
  	overflow-x: hidden;
	margin: 0;
}

.section {
  	position: sticky;
}

#homeFrontPageDiv {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
}

#AboutUsDiv {
  	display: flex;
  	flex-direction: column;
  	h1 {
  	  	align-self: center;
  	}
  	p {
  	  	margin-left: 5vw;
  	  	font-size: large;
  	}
}