main,
footer,
figure {
  max-width: 70ch;
  margin: 0 auto;
}

footer {
  text-align: center;
  padding: 10px;
}

body {
  background: #f7feff;
  font-family: 'Times New Roman', Times, serif
}

figure {
  text-align: center;
}

img {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: left;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid;
  border-radius: 10px;
}

th,
td {
  padding: 10px;
  background-color: #ffffff;
  border-top: 1px solid #000000;
  text-align: left;
  color: #000000;
}

.noborder {
  border: 0px;
  border-top: 0px;
}

tr:first-child th {
  border-top-left-radius: 10px;
  border-top-width: 0px;
}

tr:first-child td {
  border-top-left-radius: 10px;
  border-top-width: 0px;
}