body {
  background-color: #111;
  color: white;
  font-family: 'Segoe UI', sans-serif;
  padding: 40px;
  margin: 0;
}

h1 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

a {
  color: cyan;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

td, th {
  padding: 10px;
  border: 1px solid #444;
  text-align: left;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  margin: 10px 0;
}
