html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

.hw_headingLink {
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}

.hw_headingLink:hover {
  /* color: #0168fa !important; */
  text-decoration: underline;
}

.hw_reaction {
  font-size: 28px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.hw_reaction-content{
  border-style: solid;
  border-radius: 0.25rem;
  border-color: rgb(54, 74, 119);
  border-width: 1px;
  background-color: #fafbfc;
}

.hw_reaction.selected {
  font-size: 35px;
}

.hw_reaction.not-selected{
  filter: grayscale(100%);
}
