body {
  font-family: sans-serif;
  font-size: 1rem;
  max-width: 800px;
  padding: 10px;
  margin: auto;
}

main {
  min-height: 90svh;
}

.title {
  margin: 20px auto;
  display: flex;
  align-items: end;
  gap: 10px;
}

.title h1 {
  margin: 0;
}

#legend {
  display: flex;
  justify-content: flex-end;
}

footer {
  border-top: 1px solid #555;
  color: #888;
  font-size: 0.8rem;
  padding-top: 10px;
}

li {
  margin: 10px;
}

ul {
  width: fit-content;
  text-align: start;
  margin: 0 auto;
}

ul li::marker {
  font-size: 1rem;
}

.center {
  text-align: center;
}

textarea {
  font-family: monospace;
  font-size: 12px;
}

button {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  background-color: #f8295a;
  color: white;
  font-size: 14px;
  margin: 8px 0;

}

button:hover {
  cursor: pointer;
  background-color: #d6244d;
}

.share-x {
  background-color: #000;
}
.share-x:hover {
  background-color: #333;
}
