body{
  background-color: white;
  font-family: Helvetica, sans-serif;
  color: black;
  margin: 1em;
  user-select: none;
}
a, a:visited{
  color: black;
}
a:hover{
  color: #1d8c59;
}
.list{
  list-style-type: none;
  padding-inline-start: 0;
}
