* {
  font-family: 'Martel Sans', sans-serif;
}

body {
  background: #1b1b1b;
}

body .calculator {
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  background-color: #252525;
}

body .calculator table .calcScreen {
  font-family: 'Martel Sans', sans-serif;
  width: 390px;
  height: 95px;
  background-color: #0e0e0e;
  border: 0px solid;
  color: #cfcdcd;
  font-size: xx-large;
  margin-left: auto;
  margin-right: auto;
  outline: none;
}

body .calculator table .ACbutton {
  font-family: 'Martel Sans', sans-serif;
  width: 395px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  color: #c2c2c2;
  border: 0px solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: x-large;
  outline: none;
}

body .calculator table .ACbutton:hover {
  background-color: #b60c0c;
}

body .calculator table .normalButton {
  font-family: 'Martel Sans', sans-serif;
  width: 95px;
  height: 65px;
  background-color: black;
  color: #c2c2c2;
  border: 0px solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: x-large;
  outline: none;
}

body .calculator table .normalButton:hover {
  background-color: #555555;
}

body .calculator table .sumButton {
  font-family: 'Martel Sans', sans-serif;
  width: 95px;
  height: 65px;
  background-color: black;
  color: #c2c2c2;
  border: 0px solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: x-large;
}

body .calculator table .sumButton:hover {
  background-color: #142883;
}
/*# sourceMappingURL=index.css.map */