
.numberconversion {
    width: 100%;
  margin: 0 auto;
  text-align: center;
}
.inputnumber{
  width: calc(100% - 20px);
  height: 40px;
  font-size: 1.5em;
  color: #988574;
    border: solid 3px #988574;
    border-radius: 10px;
    padding: 10px;
    resize: none;
}
.btn{
  width: 300px;
  height: 60px;
  margin-top: 20px;
    color: #988574;
    background-color: #e6f4ec;
    font-size: 1.3em;
    font-weight: bold;
    border: solid 3px #988574;
    border-radius: 10px;
}
.btn:hover{
    color: #a89686;
    background-color: #d4e6db;
}
.result{
  width: calc(100% - 40px);
  padding: 20px;
word-wrap: break-word;
white-space: pre-wrap;
}