body {
	background-color: black;
	font-family: sans-serif;
	color: rgb(210,200,200);
}

#stuff {
	width: min-content;
	height: min-content;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#stuff * {
	text-align: center;
	margin: 30px;
}
