input[Type="button"] {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 7px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 35px;
  margin: 4px 2px;
  cursor: pointer;
  width: 75px;
}

input[Type="button"]:hover {
  background-color: #08c47f; 
}

input[Type="button"]:active {
  background-color: #066e48; 
}

input[Type="text"]{
  height: 35px;
  width: 95%;
  font-size: 23px;
  margin-left: 4px;
}

table{
  border: 2px solid black
}
 
td{
  width: 75px;
}

.calculator-container{
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
