html {
  font-family: system-ui, sans-serif;
  font-weight: 300;
  user-select: none;
  cursor: url('/_index/img/cursor-brut.svg') 12 12, auto;
}

img {
  display: none;
}

h1 {
  text-align: center;
  cursor: inherit;
}

.quote-wrapper {
  font-style: italic;
  max-width: 800px;
  text-align: center;
  margin: auto;
}

a {
  color: black;
  text-decoration: none;
  padding: 0.5em 1em;
  margin-right: 1px solid black;
  content: '';
  display: inline-block;
}

a:hover {
  color: white;
  background: black;
  cursor: none;
}

section {
  padding: 3em;
  /* border-top: 1px solid black; */
  border-bottom: 1px solid black;
}

section ul {
  margin-top: 1.5rem;
  list-style: none;
  padding: 0;
}

section ul li {
  display: inline;
}
