.container{
    text-align: center;
    margin-top:23px
}
 
table{
    margin: auto;
}
 
input{
    border-radius: 21px;
    font-size:34px;
    height: 65px;
    width: 260px;
    overflow-y: auto;
    text-align: right;
    scroll-behavior: smooth;
}
 
button{
    border-radius: 20px;
    font-size: 20px;
    background: #08beeb;
    width: 60px;
    height: 50px;
    margin: 6px;
}
 
.calculator{
    background-color: rgb(243, 73, 73);
    padding: 23px;
    border-radius: 53px;
    display: inline-block;
    
   
}
body{
    width: 100%;
    height: 100vh;
    float: left;
    background: linear-gradient(
      to right,
      rgb(248, 178, 189) 0%,
      rgb(255, 180, 192) 50%,
      rgb(168, 248, 248) 50%,
      rgb(159, 245, 245) 100%
    );
  }
  .footer{
    margin-bottom: -10px;

  }