body {
    background: #769875;
    line-height: 1.8;
    font-size: 1.1em;
    max-width: 960px;
    margin: 8px auto;
    padding: 0px;
}

header {
    max-width: 960px;
    margin: 0px auto;
  background-color: #f9f5d7;
    border: 2px solid #444;
    font-family: "Liberation Mono", monospace;
}

#box {
    color: #222;
    border: 2px solid #444;
    margin: 40px auto;
    max-width: 960px;
    min-height: 92dvh;
    background-color: #f9f5d7;
    font-family: 'Latin Modern', Georgia, Cambria, 'Times New Roman', Times, serif;
    position: relative;
    text-align: center;
}

#stickers {
    text-align: center;
}
a:visited {
    color: #427b58;
}
h3 > a:hover  {
    color: #458588;
}
header {
    display: flex;
    justify-content: center;
}
header > a {
    margin: auto;
}
