@import "header.css";
@import "operation.css";
@import "table.css";
@import "input.css";
@import "text.css";
@import "button.css";
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
main {
  margin: 0;
  padding: 0;
  height: calc(100vh - 3rem);
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
}
table {
  border-collapse: collapse;
  width: 100%;
}

.container {
  display: grid;
  grid-template-rows: 2rem 1fr 1rem;
  height: 100vh;
  overflow: hidden;
}



.resultjson {  
  padding: 0 10px;
}
.resulttable {
  margin: 0;
  padding: 0 10px;
}