.container{
    text-align: center;
    margin-top:23px;  
    
}
table{
    margin: auto;
}
input{
    border-radius: 8px;
    font-size:34px;
    border : 5px solid orange;    
}
button{
    border-radius: 8px;
    font-size: 40px;
    background: bisque;
    width:105px;
    height:58px;
}
.calculator{
    border-radius: 8px;
    background-color: rgb(20, 105, 77);
    padding: 20px;
    border: 6px solid #049b18;
    display: inline-block;
    }