.jh-button {
  background-color:#002d72;
  color:#fff;
  padding:15px;
  border-radius:5px;
  text-decoration:none;
}
.jh-button:hover {
  background-color:#444;
  text-decoration:none;
}