#button2 {
  appearance: auto;
  user-select: none;
  white-space: pre;
  align-items: flex-start;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  background-color: rgb(239, 239, 239);
  color: black;
  padding: 6px;
  border-width: 1px;
  border-style: outset;
  border-color: rgb(118, 118, 118);
  border-image: initial;
  font-family: Arial;
  font-size: 14pt;
  height: 40px;
  width: 288px;
  border-radius: 2px;
}

#button2:hover {
  border-color: rgb(59, 59, 59);
  background-color: rgb(225, 225, 225);
}



