body {
	font-family: Arial, sans-serif;
	text-align: center;
	margin-top: 2px;
	background-color: #000021;
}
#nameDisplay {
	background: #000021;
	height: 99%;
	font-size: 8em;
	font-weight: bold;
	position: relative;
	color: white;
}

.center {
  height: 200px;
  position: relative;
  border: 3px solid green;
}

#nameDisplay p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
}

#nameDisplay img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
