body{
	background-color: #222;
	margin: 0;
  	height: 100vh;
  	display: grid;
  	place-items: center;
}

#q{
	font-size:	50px;
	color: #fff;
}