.t2sContainer {
	width: 100%;
	text-align: center;
}

.t2sContainer::before {
	content: "Textinhalt vorlesen";
	display: block;
	font-size: 80%;
	color: #666;
}

.mt-5 {
	margin-top: 5em;
}

.rounded {
	border-radius: .5em;
}