h2.pink{
  color: #E71A84;
}
h2.orange{
  color: #EE7326;
}
h2.lightgreen{
  color: #D3D92B;
}
h2.green{
  color: #78AD41;
}
h3.pink{
  color: #E71A84;
}
h3.orange{
  color: #EE7326;
}
h3.lightgreen{
  color: #D3D92B;
}
h3.green{
  color: #78AD41;
}
img.half{
  width: 49%;
  height: auto;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
img.full{
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}