body {
  background-color: burlywood;
  background-image: url("../images/Mediation2.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: left top;
}
h2 {
  color: cornflowerblue;
}
h3 { /* Used for Planned Launch Date */
  border-style: ridge;
  border-width: medium;
  border-color: red;
  margin-right: 25%;
  margin-left: 25%;
  padding-top: 25px;
  padding-bottom: 25px;
}
h1,h2,h3,h4 {
  text-align: center;
}
#days {
	font-size: 200%;
	color: red;
}