#button {
  background-color: aqua;
  width: 100px;
  height: 70px;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;

}