*{
	font-family: sans-serif, "open-sans";
	font-size: 16pt;
}

body{
	xbackground-color: #d0dce2;
}

h2{
	xfont-family: "open-sans";
	font-size: 18pt;
}
p{
	xfont-family: "open-sans";
	font-size: 16pt;
}
.hero{
	background-color: #d0dce2;
}

#wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
 
}

.center{
  display: flex;
  align-items: center;
  justify-content: center;
  xheight: 100vh;
 
}