body {
  font-family: system-ui, sans-serif;
  background: #f7f7f7;
  margin: 2rem;
  color: #333;
  line-height: 1.5;
}

h1 {
  font-size: 2rem;
  color: #0078d4;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #0078d4;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}
