html,
body {
  margin: 0;
}

a {
  color: #ffffff;
  text-decoration: none;
}

/* default mindAR face tracking style */

.container {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.options-panel {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}
.options-panel img {
  border: solid 3px;
  border-radius: 25px;
  border-color: #7b7f49;
  width: 50px;
  height: 50px;
  object-fit: cover;
  cursor: pointer;
}
.options-panel img.selected {
  border-color: #455016;
}

/* field notes logo and home */

.fieldnotes {
    position: fixed;
    top: 20px;
    right: 20px;
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    line-height: 95%;
    color: #ffffff;
    line-height: 95%;
    z-index: 2;
}

.placename {
    position: fixed;
    top: 20px;
    left: 20px;
    max-width: 85vw;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    font-style: normal;
    line-height: 105%;
    color: #ffffff;
    z-index: 3;
}