*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #1a1919;
  line-height: 1.5;
  font-family: monospace;
  min-height: 100vh;
  font-size: 14px;
  color: #fbf1c7;
}

h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  text-wrap: balance;
  color: #ffc966;
  padding: 0.5rem;
}

p {
  font-size: 14px;
  text-wrap: pretty;
}

a {
  text-decoration: none;
  color: #8ed2bf;
}

ul {
  list-style-type: none;
}

li {
  padding: 0.35rem;
  padding-left: 1.35rem;
}

pre {
  font-size: 12px;
  max-width: 98vw;
  padding: 5rem auto;
  overflow: scroll;
  margin: 2.5rem auto;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}
