.menu{
    margin: 10px;
    width: 25px;
    height: 25px;
    filter: invert(56%) sepia(100%) saturate(500%) hue-rotate(-10deg);
}

.circle-button {
    height: 70px;
    width: 70px;
    border-radius: 70px;
    border: none;
}

.col {
    padding: 5px;
}

.ash{
    background-color: rgb(74, 71, 71);
    color: white;
    font-size: 30px;
}

.orange{
    background-color: #FF9500;
    color: white;
    font-size: 35px;
}

.gray{
    background-color: rgb(36, 33, 33);
    color: white;
    font-size: 30px;
}

.calculator-icon{
    width: 45px;
    filter: invert();
}

.input{
    margin-top: 95px;
    margin-left: 4.5px;
    border-radius: 5px;
    width: 95%;
    font-size: 50px;
    text-align: right;
    background-color:  #1c1c1c;
    border: none;
    outline: none;
    color: whitesmoke;
}

.input::-webkit-inner-spin-button, 
.input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;

}

.input {
    overflow: hidden;
}


.calculator-body {
    background-color: #1c1c1c;
    height: 620px;
    width: 320px;
    border-radius: 25px;
    margin-left: 10px;
    margin-top: 10px;
    padding-right: 10px;
}

.keypad-container {
    margin-left: 7px;
}

