body {
font-family: Arial, sans-serif;
text-align: left
}
#calculator {
width: 650px;
margin: 0 auto;
padding: 5px;
border: 1px solid #ccc;
}
.button {
width: 15%;
height: 40px;
font-size: 14px;
margin: 2px;
}
.button-clear {
background-color: red; /* Set the background color to red */
color: white; /* Set the text color to white */
}
.button-active {
background-color: green; /* Set the background color to green */
color: white; /* Set the text color to white */
}
input{
width: 600px;
height: 60px;
font-size:28px;
}