

/* Custom styles can go here */
.content a {
  @apply text-blue-600 hover:underline;
}

.prose {
  @apply text-gray-700;
}

.prose h2 {
  @apply text-2xl font-bold mt-8 mb-4;
}

.prose p {
  @apply my-4;
}
article p {
	margin-bottom: 0.75rem; 
	color: rgb(107, 114, 128);
}

article>span {
	text-align: center;
}

ol{
  list-style-type: decimal;
}
ul{
  list-style-type: none;
}