body {
    background: #769875;
    line-height: 1.8;
    font-family: "Liberation Mono", monospace;
    font-size: 1.1em;
}

header {
    max-width: 960px;
    margin: auto;
  background-color: #f9f5d7;
    border: 2px solid #444;
}

#box {
    color: #222;
    border: 2px solid #444;
    margin: 40px auto;
    max-width: 960px;
    background-color: #f9f5d7;
    position: relative;
}
#box > p {
 margin: 1em;
}

#box > h1 {
    text-align: center;
}
#stickers {
    text-align: center;
    margin: 20dvh 0px  auto auto;
}
a {
    color: #427b58;
}
a:hover  {
    color: #458588;
}
header {
    display: flex;
    justify-content: center;
}
header > a {
    margin: auto;
}

#webline {
    text-align: center;
}


button {
    all: unset;
}
#webline > button {
  line-height: 1.4;
  font-family: "Liberation Mono", monospace;
  font-size: 1.0em;
  cursor: pointer;
  color: white;
  background-color: darkgreen;
  width: fit-content;
  padding: 2px 5px;
  border-radius: 5px;
}
