body {
  background-color: #2e3438;
  color: white;
  font-family: Roboto, sans-serif;
  text-align: center;
}

#result {
  background-color: #222629;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  height: auto;
  margin: 0 50px;
}

#generatedItem {
  font-size: 3em;
  font-weight: bold;
  margin: 5px 0;
}

#generatedItemLine {
  font-size: 1.5em;
}

#generatedItemZone {
  font-size: 1.5em;
}

#preferences {
  margin: 25px 0;
}

#button {
  background-color: #ffcd45;
  margin: 25px 0;
  width: 7em;
  height: 3em;
  font-weight: bold;
}
