@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  background: white;
}

.btn-0 {
  grid-column: 1/3;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 12px 0;
  cursor: pointer;
  border-radius: 6px;
}
.number,
.dot,
.equal {
  background-color: rgba(229, 231, 235);
  color: rgb(31, 41, 55);
}
.number:hover,
.dot:hover,
.equal:hover {
  background-color: rgb(156, 163, 175);
}
