:root{--page-title-display:none;}/* Start custom CSS */#solarEssay p {
  transition: all 0.3s ease;
  padding: 4px 8px;
  border-radius: 8px;
}

#solarEssay p.active {
  background: #ffe082;
}/* End custom CSS */