* {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  
}

body {
  background: #222233;
  color: #ffffcc;
  font-family: 'Courier New', monospace;
  font-size: 16px;
}

h1, h2, h3 {
  text-align: center;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

textarea {
  background: #111122;
  border: none;
  white-space: pre;
  color: rgb(230, 200, 100);
}

input {
  background: #221111;
}

.small-input {
  width: 5em;
}

button {
  background: #332222;
  border: 1px solid #888866;
}

.background {
  color: #444433;
}

.game {
  line-height: 8px;
  position: relative;
}

.creature {
  position: absolute;
}

.top-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

.canvas-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bottom-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.creature-editor-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.direction-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#explanations {
  max-width: 50em;
  margin: auto;
}

.food {
  color: rgb(0, 200, 100);
}

.direction-menu button {
  height: 30px;
  width: 30px;
}