body {
  display: flex;
  width: 100%;
  height: 100dvh;
  align-items: center;
  justify-content: center;
  background-color: black;
  font-size: 60px;
  padding: 0px;
  margin: 0px;
}

.botoes {
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  background-color: rgb(57, 62, 67);
  align-items: flex-end;
  text-align: end;
}

#numero {
  margin: 0px;
  padding: 50px 40px 50px 500px;
  width: 100%;
  background-color: rgb(54, 58, 68);
  border-right: 1.8px solid black;
}

.botaoNumero {
  width: 25%;
  height: 100%;
  color: white;
  background-color: rgb(57, 62, 67);
  align-items: center;
  justify-content: center;
  font-size: 60px;
}
.botaoCalculo {
  width: 25%;
  height: 100%;
  color: white;
  background-color: rgb(57, 62, 67);
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 2px 1px 2px 1px;
  font-size: 60px;
}

#vezes {
  padding: 4px;
}

.linhaBotoes {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 25%;
}

.zero {
  width: 50%;
  height: 100%;
}
