body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
}

th,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
}

td:first-child {
  width: 20%;
}

td:last-child {
  width: 50%;
}

code {
  font-family: Consolas, monospace;
  font-size: 14px;
  background-color: #f2f2f2;
  padding: 2px 4px;
  border-radius: 4px;
}

p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

a {
  color: #0366d6;
}

a:hover {
  text-decoration: underline;
}