html{
	height: 100%;
}

body{
	color: #fff;
	height: 100%;
	text-align: center;
	background-color: #ccc;
	overflow: hidden;
}

.container{
	background-color: #222;
	height: 100%;
}

#centering{
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#output{
	width: 100%;
	overflow-x: scroll;
}

#copy{
	position: absolute;
	left: 9999999999999px;
}