
body {
  background-color: #fffff7;
  color: black;
  font-family: Verdana, Geneva, sans-serif;
  margin: 4em;
}

li {
  list-style-type: none;
  padding: 0.5em 0;
}

a {
  text-decoration: underline;
  text-decoration-style: dotted;
  color: inherit;
}

a:hover {
  text-decoration-style: solid;
}

h1 {
  font-size: 1.5em;
}
