body {
  background: rgb(250, 250, 250);
}

h1 {
 -webkit-user-select: none;
 cursor: default;
 display: inline-block;
 cursor: help;
 color: red;
}

h1:hover {
  color: green !important;
}

h1:active {
  text-decoration: underline;
}
