body{
  background-color: rgb(247, 246, 246);
}
.innerbody{
  background: linear-gradient(to top,red,black 75%);
  width: 370px;
  height: 500px;
  margin-left: 30px;
  margin-top: 50px;
  border-radius: 3%;
}
.input{
  align-content: center;
  width: 300px;
  height: 50px;
  margin-left: 30px;
  margin-top: 15px;
  border-radius: 10%;
  text-align: right;
  font-size: 30px;
  color: rgb(0, 255, 255);
  background-color: rgb(44, 42, 42);
}
.but{
  margin-left: 15px;
  margin-top: 20px;
  width: 100px;
  height: 50px;
  background-color: aqua;
  
}
#bt{
  margin-left: 134px;
  
}