main section.block.browse-library h1,
main section.block.popular-series h1,
main section.block.about-library h1 {
	margin-top: 3rem;
	font-size: 1.6rem;
	}

main section.block.caramel-logo div {
	margin-bottom: 2rem;
	text-align: center;
	}

main section.block.about-library h1 {
	font-size: 1.25rem;
	}

main section.block.browse-library ul,
main section.block.popular-series ul {
	display: flex;				/* Aligns items side-by-side */
	font-size: 1.2rem;
	gap: 2rem;					/* Controls spacing between items cleanly */
	justify-content: center;	/* Centering the items horizontally */
	list-style: none;			/* Removes standard bullet points */
	margin: 1.6rem 0;					/* Removes default wrapper margin */
	padding: 0;					/* Removes default left indent padding */
	}

main section.block.about-library p {
	margin: 0.1em 20%;
	text-align: justify;
	}
