body{
	font-family: 'Press Start 2P', cursive;
  font-size: 20px;
  font-weight: 400;
  color: #FF9100;
  background: #000000;
  display: flex;
  min-height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  flex-direction: column;
  line-height: 1.7;
}

h1 {
	text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

a {
	color: #FFA726;
}

#container {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#content {
	margin: 0 auto;
}

footer {
  text-align: center;
}
