h1 {
  margin-top: var(--s2);
  margin-bottom: 0;
  padding-bottom: 0;
}

h3 {
  font-size: 1.1rem;
}

#go-home-holder {
  display: inline;
  position: relative;
}
#go-home-link {
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 0 auto;
}
#go-home-link img {
  width: 1rem !important;
  margin: 0;
}
#go-home-message {
  margin-left: 0.5rem;
  font-weight: bold;
}

.help-link {
  pointer-events: none;
  cursor: default;
  filter: brightness(0%);
}

.help-image {
  max-width: 70%;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  border: var(--standard-border);
  border-radius: var(--s-2);
  box-shadow: var(--standard-shadow);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}