body {
  font-size: 36px;
}

div,
h1,
input,
button {
  margin: 0;
  font-family: monospace;
  border: none;
  outline: none;
}

#app {
  width: 400px;
  margin: 0px auto;
}

#app h1 {
  margin-bottom: 1rem;
  text-align: center;
}

#app input,
#app button {
  font-size: 1.2rem;
  padding: 1rem;
  border: 1px solid #666666;
  outline: 1px solid #333333;
  border-radius: calc(1rem / 4);
}

#groupNumber {
  display: flex;
  justify-content: space-between;
}

#txtNumber {
  margin-bottom: 1rem;
  width: 70%;
}

#btnSave {
  margin-bottom: 1rem;
  width: 20%;
}

#btnRandom {
  margin-bottom: 1rem;
  width: 100%;
}

#txtResult {
  font-size: 10rem;
  text-align: center;
}
