.inputs {
  max-width: 280px;
  display: flex;
  flex-flow: column;
  flex-grow: 20px;
}

.inputs input {
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: center;
  height: 25px;
  font-size: 18px;
}

.fake-input {
  margin-bottom: 15px;
  display: block;
  text-align: center;
  background: #ba9f5a;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  font-size: 17px;
  color: white;
  font-weight: bold;
}

.result .separator:last-child {
  display: none;
  text-align: center;
    font-size: 18px;
}