body{
	background-color:#94E1FF;
	margin: 0;
	padding: 0;
}

p {
  font-family: Arial;
  color:black;
  line-height: 1.3em;
  text-align: center;
  width: 100%;
  font-size: 18px;
}

h1 {
  font-family: Arial;
  color: black;
  font-size: 2em;
  padding-top: 30px;
  width: 100%;
  text-align: center;
  font-weight:bold;
}

h2{
  font-family: Arial;
  color:black;
  font-weight:bold;
  font-size: 2em;
  line-height: 24px;
  padding-top: 30px;
  width: 100%;
  text-align:center;
}

h3{
  font-family: Arial;
  color:black;
  font-weight: bold;
  width: 100%;
  padding-top: 30px;
  text-align:center;
  font-size: 2em;

}

h4{
  font-family: Arial;
  color:black;
  font-weight:bold;
  width: 100%;
  padding-bottom: 30px;
  text-align:center;
  font-size: 2em;

}
.title {
  color: teal;
}

.uppercase {
  text-transform: uppercase;
}
.publish-time {
  color: gray;
}

.cursive {
  font-family: cursive;
}

.capitalize {
  text-transform: capitalize;
}

.ul{
  color: teal;
}
