div#calculate {
  display: inline;
  width: 10rem;
  height: 1rem;
  border: solid;
  border-width: 1px;
  border-radius: 10%;
  background-color: gray;
}

div#calculate:hover {
  background-color: darkgray;
}
