
.pagecontent {
  padding-left: 50px;
  padding-right: 50px;
}

h1 {
  font-family: comic sans ms;
  font-size: 100px;
  font-weight: bold;
  font-weight: italic;
  line-height:250%;
  color: #2517c1;
}

h2 {
  font-family: comic sans ms;
  font-size: 75px;
  font-weight: bold;
  line-height: 200%;
  color: #170999;
}

p {
  font-family: comic sans ms;
  font-size: 25px;
  line-height: 200%;
  color: #ff30d9;
}

figcaption {
  font-family: comic sans ms;
  font-size: 50px;
  line-height: 200%;
  color: #05ad05; 
}

h3 {
  font-family: comic sans ms;
  font-size: 75px;
  line-height: 200%;
  color: #ff0083;
}

li {
  font-family: comic sans ms;
  font-size: 20px;
  font-weight: italic;
  line-height: 200%;
  color: #ad0577;
}
p {
  font-family:comic sans ms;
  font-size: 20px;
  line-height: 200%;
  color: #a36384;
}

body{
  background-color:#99d5dd;
}