.error {
  color: #ff0000;
  font-weight: bold;
  size: 30em;
}
.log {
  color: #00ff00;
  size: 30em;
}
.footnote {
  size: 0.75em;
}
textarea {
  width: 98%;
  height: 15em;
}
canvas {
  display: block;
  background-color: #ffc0cb;
}
table {
  width: 110px;
}
table, th, td {
  border: 1px solid #000;
  border-collapse: collapse;
}