.entry-content p {
	padding: 15px 0;
}
.entry-content h2 {
	font-size:1.9rem;
}
.entry-content h2 {
	font-size:1.7rem;
}
.entry-content h3 {
	font-size:1.5rem;
}
.entry-content hr {
	margin: 30px 0;
}
.post-footer a {
	//*color: rgb(99 102 241 / var(--tw-text-opacity, 1));*/
	color:red;
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border-width: 0;
}
.nav-links {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.nav-links .nav-previous,
.nav-links .nav-next {
	width: 50%;
}
.nav-links .nav-next {
	text-align: right;
}