header {
	text-align: center;
}
body {
  background-color: powderblue;
  padding: 5px;
}
h1 {
  color: blue;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-size: 24px;*/
  font-style: normal; 
  font-variant: normal; 
  font-weight: 700; 
  line-height: 26.4px;
  font-size: 300%;
}
p {
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 160%;
  font-style: normal; 
  font-variant: normal; 
  font-weight: 250; 
  line-height: 26.4px;
  /*border: 1px solid green;*/
}