body{
  background-image: url(/Imagens/fundo.jpg)
}

.tabela-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

table{
  text-align: center;
  background-color: #000;
  width: 100px;
  border-radius: 10%;
  padding: 30px;
}


button{
  margin: 2%;
  font-size: 50px;
  width: 80px;
  border-radius: 100%;
}

#clear{
  width: 80%;
  border-radius: 30px;
  font-weight: bold;
  background-color: lightgray;
  margin-left: 0;
}

#display{
  width: 100%;
  background-color: white;
  border: 5px solid lightgray;
  border-radius: 30px;
  margin-bottom: 5%;
  margin-left: 0;
  font-size: 50px;

}

.operadores{
  background-color: orangered;
  color: white;
}

.numeros{
  background-color: lightgray;
}


