body {
  margin: 0;
  padding: 5rem;
}

img {
  width: 100px;
  height: auto;
}

table,
tr,
td {
  border-collapse: collapse;
  border: 1px solid black;
}

th {
  font-weight: bold;
}

textarea {
  display: block;
  width: 100%;
  height: 3rem;
}
