.admin a {
  text-transform: uppercase;
  font-weight: 900; }

.admin a {
  margin: 0;
  padding: 8px 14px;
  box-shadow: 1px 1px 3px rgba(17, 17, 17, 0.25); }

.info, table, code, .admin a {
  border-radius: 6px; }

.content h1 {
  font-size: 5rem;
  line-height: 5.8rem; }

footer, .content {
  align-items: center;
  justify-content: center; }

footer, .content h1, .content, .admin a {
  text-align: center; }

.content, body {
  margin: 0 auto; }

.content h1 + p, ul {
  margin: 0;
  padding: 0; }

table tr:nth-child(84) td:nth-child(2), table tr:nth-child(71) td:nth-child(2), table tr:nth-child(66) td:nth-child(2), table tr:nth-child(63) td:nth-child(2), table tr:nth-child(62) td:nth-child(2), table tr:nth-child(58) td:nth-child(2), table tr:nth-child(57) td:nth-child(2), table tr:nth-child(52) td:nth-child(2), table tr:nth-child(50) td:nth-child(2), table tr:nth-child(47) td:nth-child(2), table tr:nth-child(44) td:nth-child(2), table tr:nth-child(41) td:nth-child(2), table tr:nth-child(39) td:nth-child(2), table tr:nth-child(38) td:nth-child(2), table tr:nth-child(33) td:nth-child(2), table tr:nth-child(29) td:nth-child(2), table tr:nth-child(25) td:nth-child(2), table tr:nth-child(20) td:nth-child(2), table tr:nth-child(19) td:nth-child(2), table tr:nth-child(14) td:nth-child(2), table tr:nth-child(13) td:nth-child(2), table tr:nth-child(10) td:nth-child(2), table tr:nth-child(8) td:nth-child(2) {
  color: #dc143c;
  background-color: #fcc; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html,
body {
  height: 100%; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  color: #010101;
  line-height: 1.625em;
  max-width: 990px; }

hr {
  border: 0;
  margin: 40px 0 0 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

code {
  color: #0366d6;
  background-color: #def;
  font-size: 1.6rem;
  padding: 4px 6px; }

strong {
  color: #010101; }

ul {
  list-style-type: none; }

a {
  text-decoration: none; }
  a:hover {
    transition: all 0.3s ease-in-out; }

p {
  font-family: "IBM Plex Mono", monospace; }

.table {
  overflow-x: auto;
  margin: 0 auto; }
  @media screen and (max-width: 700px) {
    .table {
      width: 100%; } }
table {
  font-family: "IBM Plex Mono", monospace;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  table th {
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #f5f5f5; }
  table td {
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05); }
    table td:nth-child(1) {
      color: #666; }
    table td:nth-child(2) {
      color: #008000;
      background-color: #b6f1b6; }
  table tr:nth-child(8) {
    background-color: #f5f5f5; }
  table tr:nth-child(10) {
    background-color: #f5f5f5; }
  table tr:nth-child(13) {
    background-color: #f5f5f5; }
  table tr:nth-child(14) {
    background-color: #f5f5f5; }
  table tr:nth-child(19) {
    background-color: #f5f5f5; }
  table tr:nth-child(20) {
    background-color: #f5f5f5; }
  table tr:nth-child(25) {
    background-color: #f5f5f5; }
  table tr:nth-child(29) {
    background-color: #f5f5f5; }
  table tr:nth-child(33) {
    background-color: #f5f5f5; }
  table tr:nth-child(38) {
    background-color: #f5f5f5; }
  table tr:nth-child(39) {
    background-color: #f5f5f5; }
  table tr:nth-child(41) {
    background-color: #f5f5f5; }
  table tr:nth-child(44) {
    background-color: #f5f5f5; }
  table tr:nth-child(47) {
    background-color: #f5f5f5; }
  table tr:nth-child(50) {
    background-color: #f5f5f5; }
  table tr:nth-child(52) {
    background-color: #f5f5f5; }
  table tr:nth-child(57) {
    background-color: #f5f5f5; }
  table tr:nth-child(58) {
    background-color: #f5f5f5; }
  table tr:nth-child(62) {
    background-color: #f5f5f5; }
  table tr:nth-child(63) {
    background-color: #f5f5f5; }
  table tr:nth-child(66) {
    background-color: #f5f5f5; }
  table tr:nth-child(71) {
    background-color: #f5f5f5; }
  table tr:nth-child(84) {
    background-color: #f5f5f5; }

.info {
  text-align: left;
  width: 100%;
  padding: 0 20px;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  .info hr {
    border: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.admin {
  margin-top: 55px; }
  .admin a {
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    background-color: #1e90ff;
    font-size: 1.6rem; }
    .admin a:hover {
      color: #ffffff;
      background-color: #191970; }

.content {
  display: flex;
  flex-direction: column; }
  .content h1 {
    font-weight: 900;
    margin: 80px 0 0 0; }
    .content h1 + p {
      margin-bottom: 50px; }
      .content h1 + p + code {
        background-color: #010101;
        color: #ffffff;
        padding: 5px 10px; }
        @media screen and (max-width: 700px) {
          .content h1 + p + code {
            margin: auto 10px; } }
    @media screen and (max-width: 700px) {
      .content h1 {
        width: 80%;
        margin: 80px auto 0 auto; } }
  .content h2 {
    margin-top: 40px; }

footer {
  display: flex;
  flex-direction: column;
  padding: 50px 0; }
  footer a {
    color: #1e90ff; }
    footer a:hover {
      color: #010101; }
  @media screen and (max-width: 700px) {
    footer {
      margin: 20px auto; } }
