header {
  padding: 1.25rem;
}

body {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  font-family: "Proxima Nova", sans-serif;
  border: none;
  word-break: initial;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  gap: 32px;
}

main {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
  box-sizing: border-box;
  z-index: 0;
}

pre {
  background: #272822;
  color: #f8f8f2;
  padding: 15px;
  border-radius: 5px;
  overflow-x: scroll;
  font-family: "Courier New", Courier, monospace;
}

a {
  color: blue;
}

a:hover {
  color: purple;
}

a:active {
  color: red;
}

figure {
  height: max-content;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
figure {
  text-align: center;
  max-width: 1024px;
}
figure table {
  background-color: transparent;
  text-align: left;
  border-collapse: collapse;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}
figure th, figure td {
  padding: 2px;
  border: none;
  vertical-align: top;
  background-color: transparent;
}
figure th {
  min-width: 20%;
}
figure h1, figure h2, figure h3, figure h4, figure h5, figure p {
  margin: 0;
}
figure tbody tr:nth-child(even) {
  background-color: transparent;
}
figure td:first-child {
  margin-top: 0;
}
figure td:last-child {
  margin-bottom: 0;
}

footer {
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*# sourceMappingURL=vat.css.map */
