html
{
	background: #000;
	color: #fff;
}

div#text
{
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #000;

	width: 22ch;
	max-width: 90vw;
	height: 22px;

	text-align: center;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

div#text:hover
{
	color: #FF2E58;
}

#text .normal {
  display: inline-block;
}

#text .upside {
  display: inline-block;
  transform: rotate(180deg);
}
