body {
  font-family: sans-serif;
  max-width: 600px;
  margin: auto;
  padding: 20px;
  background: #f9f9f9;
  color: #333;
  line-height: 1.6;
}

h1 {
  text-align: center;
  color: #6c5ce7;
}

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

li {
  margin: 5px 0;
}

a {
  color: #0984e3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
