body {
  background-color: grey;
  color: white;
  /* font-family: "Final Fantasy IV", "Courier New", monospace; */
}

#container {
  /* display: flex;
  justify-content: space-between; */
}

/* TODO: Buttons wrap for mobile but the wrap is ugly */
.button-container {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin: 0px 50px;
}

.key-value {
  display: flex;
  gap: 10px;
}

.key {
  font-weight: 700;
}

button {
  border: 1px solid black;
  height: 40px;
}
