body {
  background-color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: black;
  font-family: 'SpecialElite'
}

.black-underlined {
  color: black;
  text-decoration: underline;
}

.content {line-height: 1;}

p { font-size: 25px;
line-height: 1.5;}

h1 {font-size: 32px;}

 h2 { font-size: 27px;
 line-height: 1.5;}
 
 h3 {font-size: 25px;
  font-style: italic;}
 
 .return {
   font-size: small;}
   
   .custom-text {
  color: #eeef51;
  text-decoration: underline
}