body {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      margin: 0;
      height: 100vh;
      color: white;
      font-family: monospace;
      background-color: black;
}

#fs /* full screen container to make content centered */
{
	height: 850px;
	width: 1000px;
	position: relative;
	margin: auto;
}

#content
{
	height: 800px;
	width: 1000px;
	top: 50%; 
	left: 50%; 
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	font-family: monospace;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 0 0 20px #dadada;
}