/*
.custom-h5 {
	color: indigo;  
	margin-top: 20px;  
	margin-bottom: 20px;  
}
*/

.content-title {
  color: #333; /* Adjust text color */
  font-size: 1.8rem; /* Set font size for the title */
  font-weight: bold; /* Make the title bold */
  margin-top: 30px; /* Add some top margin for spacing */
  margin-bottom: 15px; /* Add some bottom margin for spacing */
  text-align: center; /* Center align the title (optional) */
}


.custom-h5-1-references {
	color: RebeccaPurple; /* Set text color to RebeccaPurple */
	margin-top: 20px; /* Add top margin to create spacing above */
	margin-bottom: 20px; /* Add bottom margin to create spacing below */
}
 
 
/* Custom heading level 5 (h5) */
.custom-h5 {
  color: indigo; /* Set text color to indigo */
  margin-top: 20px; /* Add top margin to create spacing above */
  margin-bottom: 20px; /* Add bottom margin to create spacing below */
  font-size: 1.6rem; /* Set font size for h5 */
} 

/* Custom heading level 6 (h6) */
.custom-h6 {
  color: brown; /* Set text color to indigo */
  margin-top: 15px; /* Add less top margin for smaller heading */
  margin-bottom: 10px; /* Add smaller bottom margin */
  font-size: 1.4rem; /* Decrease font size compared to h5 */
}



.custom-h5-references {
	color: indigo; /* Set text color to indigo */
	margin-top: 20px; /* Add top margin to create spacing above */
	margin-bottom: 20px; /* Add bottom margin to create spacing below */
}

.custom-h5-1 {
	color: RebeccaPurple; /* Set text color to RebeccaPurple */
	margin-top: 20px; /* Add top margin to create spacing above */
	margin-bottom: 20px; /* Add bottom margin to create spacing below */
}

.custom-h5-1-references {
	color: RebeccaPurple; /* Set text color to RebeccaPurple */
	margin-top: 20px; /* Add top margin to create spacing above */
	margin-bottom: 20px; /* Add bottom margin to create spacing below */
}
 