body {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: black;
  margin: 0;
  color: white;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.hidden {
  display: none !important;
  opacity: 0;
  transition: opacity 1s;
}

#status-message {
  background-color: #ffffee;
}

#debug-layer line {
  stroke-width: 8;
}

#debug-layer .curve-start-control-line {
  stroke: hsla(0, 0%, 100%, 0.5);
}

#debug-layer .curve-end-control-line {
  stroke: hsla(0, 0%, 0%, 0.5);
}

.board {
  margin-top: 1em;
  border: 2px solid white;
}

#roll-hills-button {
  font-family: sans-serif;
  font-size: 1.2em;
  color: #ddd;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 1em;
  padding: 0.2em;
  margin-top: 1em;
  margin-bottom: 2em;
  width: 100%;
  cursor: pointer;
}

#version-info {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  font-size: 0.5em;
  color: #666;
}
