.fieldnotes {
    position: fixed;
    top: 20px;
    left: 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: 4;
}

.trail {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 5;
/*    font-family: "Jost", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    line-height: 95%;
    color: #ffffff;
    line-height: 95%;
    z-index: 5;
  */
}

a {
    font-family: "Inconsolata", monospace;
    font-size: 0.8rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    font-variation-settings:
    "wdth" 100;
}


a:hover {
    color: #efd753;
}