body {
  font-family: "Urbanist", sans-serif;
  background: linear-gradient(lightgray, white)
}

.title {
  text-align: center;
  font-size: 40pt;
  font-weight: 100;
  border: thin black solid;
}

figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

figure figcaption {
  text-align: center;
}

em {
  font-style: normal;
  font-weight: bold;
}

#table-section table {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

table {
  border-collapse: collapse;
  border: 2px solid rgb(140 140 140);
}

.element-title {
  width: 20%;
  text-align: center;
}

.description-title {
  width: 60%;
}

.element {
  width: 20%;
  text-align: center;
  font-family: Monospace;
  font-weight: bold;
  font-size: 12pt;
}

td, th {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
}

code {
  background-color: #b2babb;
}

footer {
  width: 100%;
  min-height: 40px;
  background-color: #7393B3;
  text-align: center;
}

footer p {
  line-height: 40px;
}
