body{
    background-color: rgb(180, 199, 141);
}

h1 {
    font-size: 50px;
}

.calculator {
    margin-top: 20px;
    text-align: center;
}

.calC {
    width: 350px;
    display: inline-block;
    background-color: rgb(119, 118, 118);
    border-radius: 15px;
}

input {
    width: 300px;
    height: 50px;
    font-size: 40px;
    margin: 20px ;
    margin-bottom: 0;
    border-radius: 2px solid black;
    border-radius: 15px;
    text-align: right;
}

table {
    margin: auto;
}

button {
    height: 50px;
    width: 60px;
    font-size: 35px;
    margin: 8px;
    background-color: rgb(241, 238, 238);
    border-radius: 10px;
    cursor: pointer;
}

#equal {
    background-color: rgb(253, 95, 38);
}