
body{
  min-height: 100vh;
  margin: 0;
}
.fundo{
  background: linear-gradient(90deg, #e2e2e2, #c9d6ff);
}
.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: flex-end;
  height: 100vh;

}

#resultado{
  width: 100%;
  height: 50px;
  margin: 5px;
  background-color: rgb(255, 255, 255); 
  border-radius: 4px;
  color: rgb(0, 0, 0);
  font-size: 36px;
  text-align: right;
  font-family: Arial, sans-serif;
}
.resultadoEstilizado {
  font-size: 18px;
  width: 200px;
  height: 40px;
  color: #000000; 
}
.display-externo {
  background-color: #181717;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  width: 365px;
  height: 360;
  background-color: rgb(32, 32, 32);
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem;
}

.display-interno {
  width: 100%; 
  height: 280px; 
  background-color: rgb(32, 32, 32);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  grid-gap: 5px; 
}

.botao {
  width: 100%; 
  height: 50px; 
  background-color: rgb(54, 54, 53);
  border: none;
  color: white;
  font-size: 19px;
  cursor: pointer;
  border-radius: 5px;
}
.botao:hover {
background-color: black;
}

#section {
  background-image: url("//calculo.jpg");
}
