#page {
  color: #000;
  font-family: ttcmedium;
  font-size: 1rem;
  padding:50px 0
}

#page h1 {
  color: #501556;
  font-family: ttcbold;
  margin-bottom: 15px;
}
#page h2{
  color: #501556;
  font-family: ttcbold;
  margin-bottom: 5px;
  margin-top: 15px;
}

#page p{
  margin-bottom: 5px;
}