#app-container {
  width: 100%;
}

#game-logo, #game-viewport, #game-status, #game-footer {
  width: 100%;
  margin-bottom: 2rem;
}

#game-logo > img {
  display: block;
  margin: 0 auto;
  border-radius: 1rem;
}

#game-viewport > canvas {
  display: block;
  margin: 0 auto;
}

#game-status {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1.0rem white;
  margin: 0 auto 2rem auto;
  padding: 1.0rem;
  border-radius: 1rem;
  text-align: center;
  width: 80%;
}

.theme-button, .theme-input, .theme-label {
  margin: auto .25rem;
  text-decoration: none;
  text-align: center;
  letter-spacing: .5px;
  outline: 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  border: 0;
  border-radius: 2px;
  padding: 8px 16px;
  text-transform: uppercase;
  display: inline-block;
}

.theme-label {
  border-radius: 0;
  margin: auto 0 auto 1rem;
  padding: 7px 1rem;
}

.theme-input {
  border-radius: 0;
  margin: auto 1rem auto 0;
  padding: 9px 0.25rem 8px 0.25rem;
}

.theme-input.short-input {
  width: 2.5rem;
}

.theme-button:disabled {
  opacity: 50%;
}

#game-footer {
  text-align: center;
}

#game-footer > a {
  display: inline-block;
}
