body {
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
  min-width: 50em;
  background-color: #EEE;
}

#app {
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-size: 100%;
  font-weight: bold;
  display: inline-block;
}

.section {
  background-color: white;
}

.current-quest-host-icon-mark {
  display: block;
  background-color: red;
}

.last-quest-host-icon-mark {
  display: block;
  background-color: gray;
}

p {
  margin: 0.5em 2em 0em;
}

a {
  text-decoration: none;
}

a.ext-link::after {
  /*
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: " \f35d";
  */
  text-decoration: none;
}
