body {
  background:rgba(96, 143, 225, 0.77);
  text-align: center;/*centering text*/
}
p {
  color:rgba(6,6,6,0,8);
  font-size:20px;/*set paragrph font size to 20px*/
  text-align:center;
}
h1 {
  font-weight: bold;color:rgba(6,6,6,0,8);
  font-size:20px;/*set paragrph font size to 20px*/
  text-align:center;
  font-size: 36;/* set header 1 font size to 36px*/
}
h2 {
  font-weight: bold;color:rgba(6,6,6,0,8);
  font-size:20px;/*set paragrph font size to 20px*/
  text-align:center;
  font-size: 32;/* set header 1 font size to 36px*/
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto; }