body {

   display: flex;
   flex-direction: column;
   align-items:center;
   justify-content:space-between;
   
   

   margin: 0;
   padding:0;
   min-height: 100vh;
   font-family: 'Oswald', sans-serif;
   font-size:18px;
   font-weight:bold;
}


body > * {
	display:flex;
	align-items:center;
	justify-content:center;
}


nav {
   color: blue;
   background-color: white;
   height:80px;
   width:100%;
   
   display:flex;
   justify-content:space-around;
   flex-wrap:wrap;

	position: sticky;
	top: 0;
	font-size:1.5em;
   
}

nav > a {
	margin:0 10px;
	color: #08228c;
	text-transform:uppercase;
	text-decoration:none;
}

nav > a:hover {
	color:#c97eb4;
}

header {
	color: #08228c;
	background-color: #e1effa;
	height:210px;
	width:100%;
	text-align: center;
}

header h3 {
	font-size: 16px;
	margin: 0;
	color: #0f278c;
	text-align: center;
}

header img {
	width: 320px;
	height: 320px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 40px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#about {
	
	background-image: url("https://www.designyourway.net/blog/wp-content/uploads/2018/09/50-Beautiful-and-Minimalist-Presentation-Backgrounds-022-700x394.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
	width:100%;
}

#about > div {
	max-width:640px;
	width:100%;
	padding: 16px 40px 16px 40px;

	background-color: rgba(0, 0, 0, 0.7);
	margin:20px 0;
	color: white;
}


#local centers {
   color:black;
   background-color: white;
   min-height:400px;
   width:100%;
}

#contactus {
   color:black;
   background-color: #fdf0e6;
   min-height:400px;
   width:100%;
}