.htmlElement {
	border: 1px solid red;
	background: yellow;
	text-align: center;
	font-size: 2em;
	color: blue;
	font-family: sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
}

.htmlText {
	font-size: 1.5em;
}