iframe {
	background-color: white;
	height: 100vh;
}

span.read::before {
	content: '📖';
}

span.unread::before {
	content: '📕';
}