body {
    /*background-color: antiquewhite;*/
      background-color: yellow;
}

.container {
    text-align: center;
    margin-top: 20px;
}

table {
    margin: auto;
}

button {
    /*background-color: #f1ff92; */
    /*background-color: grey; */
    background-color: #495156;
    color: white; /* text color white all buttons*/
    height: 50px;
    width: 73px;

   /* height: 50px;
    width: 93px; */

    margin: 1px;
    /* margin: 3px;  */
    padding: 3px;
    font-size: 35px;
    border-radius: 25px;
}

button:hover {
    /*background-color: rgb(61, 43, 184);*/
    background-color: yellow;
}

input {
    text-align: right;
    font-size: 35px;
    border: 4px solid black;
   /* border: 4px solid #244624;  /*dark green*/ */
     /*border: 4px solid #FFFAF0; /*FLORAL WHITE */
    border-radius: 60px;
    height: 60px;
   /*height: 50px; */
    width: 300px;
   /* width: 400px; */
}

.calc {
    display: inline-block;

    /*border: 4px solid black;*/
    border: 20px solid white;
    border-radius: 60px;
    padding: 35px;
    margin: auto;
    display: inline-block;
   /*background-color: + */
     background-color: black;

/*   */
/*


*/

/*


*/







































































    d s;
}