:root {
  --bg: #dfd5ed;
}

html,
body {
  background: var(--bg);
}

body {
    font-family: "FreeSerif", serif;
    font-size: 1.5em;
    padding: 1rem;
}

ul {
  list-style: none;
}

ul li:hover {
	list-style-image: url('scribble.gif');
}

a {
  text-decoration-thickness: 2px;
  line-height: 1.5;
}

.parend {
  font-style: italic;
}
