.container{
    text-align: center;
    margin-top: 23px;
    justify-content: center;

}

table{
    margin: auto;
}
input{
    border-radius: 21px;
    border: 5px solid #244624;
    font-size: 34px;
    height: 65px;
    width: 456px;
}

button{
    border-radius: 20px;
    font-size: 40px;
    background: #978fa0;
    width: 102px;
    height: 90px;
    margin: 6px;
}

.calculator{
    
  
    padding: 23px;
    display: inline-block;
}
h1{
    font-size: 28px;
    font-family: 'Courier New', Courier, monospace;
}