body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #DCD7C9;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.App{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.items{
  background-color: #A27B5C;
  width: 330px;
  height: 450px;
  border-radius: 15px;
}

.inputs{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.firstInput{
  width: 280px;
  height: 50px;
  text-align: right;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 25px;
}

/* .top{
  
} */

.logo{
  font-size: 25px;
  padding-left: 10px;
  color: #2C3639;
}

.figures{
  display: flex;
  
}

.numbers{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn{
  font-size: 25px;
  width: 70px;
  height: 50px;
  border: none;
  border-radius: 10px;
  margin: 7px 5px 15px 5px;
}
.opt{
  display:flex;
  margin-left: 5px;
}





