body {
  font-family: sans-serif;
  margin: 20px;
  background: #fafafa;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
th, td {
  border: 1px solid #ccc;
  padding: 6px 10px;
  text-align: left;
}
th {
  background: #eee;
}
textarea {
  width: 100%;
  font-family: monospace;
}
a {
  text-decoration: none;
  color: #007bff;
}
a:hover {
  text-decoration: underline;
}
