body {
  font-family: Georgia, serif;
  max-width: 900px;
  margin: 30px auto;
  padding: 0 20px;
  line-height: 1.7;
  color: #222;
  background-color: #fdfdfd;
}

figure {
  margin: 20px 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  height: auto;
  padding: 5px;
  border: 1px solid #ddd;
}

figcaption {
  font-size: 0.85em;
  color: #555;
  margin-top: 6px;
  font-style: italic;
}

table {
  border-collapse: collapse;

}

th,
td {
  border: 2px solid black;
  padding: 5px;
}

.last {
  text-align: right;
}

.forms {
  width: 50%;
}