body, html {
  height: 100%;
  margin: 0;
  font-family: 'Orbitron', sans-serif;
}

.center-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.center-content h1 {
  font-size: 3em;
  color: #222;
  letter-spacing: 4px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	margin-top: 30px;
	white-space: nowrap;
}

.center-content img {
  width: 600px;
  height: 600px;
  object-fit: contain;
	margin-top: 30px
}
