body {
	background-color: black;
	color: red;
	font-family: Consolas, monospace;
}

.container {
	/* position: absolute; */
	width: 100%;
	height: 100%;
	/* margin: 10px */
	/* box-sizing: border-box; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.text {
	margin-top: calc(50% - 10px);
	text-align: center;
	font-size: 28px;
	color: red;
}
