
.transparent-text-decoration {
	text-decoration-line: underline;
	text-decoration-color: rgba(0, 255, 220, 0.51);
}

.thick {
	text-decoration-line: underline;
	text-decoration-thickness: 0.8em;
}

article > p > strong {
	text-decoration-line: underline;
	text-decoration-thickness: 8em;
}

.from-font {
	text-decoration-line: underline;
	/*text-decoration-thickness: from-font;*/
}
