body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowarp;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    background-color: #000;
    color: #0f0;
    font-family: monospace;
}

a {
  font-size: 1.5em;
  color: #0f0;
}

#hud {
  background-color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  border-bottom: 1px solid black;
  color: rgb(0, 255, 0);
  font-family: monospace;
}

#hud .control {
  margin-right: 1em;
}

.ui-value {
  font-size: 4em;
}

.steering-wheel {
  height: 4.5em;
  transition: transform 0.5s;
}

.hud * {
  margin-left: 2em;
}

#player {
    background-color: #000;
    height: 90vh;
}

#prndl {
  font-family: monospace;
  transition: opacity 3s;
  font-size: 1.25em;

  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

#prndl .gear.disabled {
  opacity: 0.4;
}

#prndl .gear.enabled {
  opacity: 1.0;
}

#login-form {
  background-color: #000;
	color: #fdf6e3;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#login-form * {
  margin: 2em;
}
