@import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap");
* {
  margin: 0;
  padding: 0; }

html,
body {
  height: 100%; }

body {
  font-family: "Share Tech Mono", monospace;
  color: #fa007d;
  background-color: #0c0516;
  display: flex;
  flex-direction: column; }

a {
  text-decoration: none;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: repeat-x;
  background-position: bottom 0.05em center;
  background-size: 100% 0.05em; }
  a:focus {
    outline: none;
    background-color: #cef;
    text-shadow: 0.05em 0 0 #cef, -0.05em 0 0 #cef, 0 0.05em 0 #cef, 0 -0.05em 0 #cef, 0.1em 0 0 #cef, -0.1em 0 0 #cef, 0 0.1em 0 #cef, 0 -0.1em 0 #cef; }

.sub-nav {
  color: #fa003e; }
  .sub-nav .selected {
    color: #fb3365; }

.container {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 5em; }
  .container a {
    color: #fa003e; }

header {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0.25em;
  border-bottom: 10px solid;
  border-image-source: linear-gradient(45deg, rgba(250, 0, 125, 0.25) 0%, #fa003e 100%);
  border-image-slice: 1; }
  header h1 {
    color: #fa007d; }

nav a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 500;
  color: #fa003e; }
  nav a.selected {
    text-decoration: underline; }

section {
  padding: 0.25em;
  margin: 0.25em; }
  section h2 {
    padding: 0.25em;
    margin: 0.25em;
    margin-bottom: 0;
    color: black;
    letter-spacing: 0.1em;
    background: linear-gradient(45deg, #fa003e 0%, rgba(250, 0, 125, 0.25) 50%); }
  section h3 {
    margin: 0.25em; }
  section .content {
    margin: 0.5em;
    border: 3px dotted #fa007d;
    padding: 1em;
    border-top: none;
    margin-top: 0; }
    section .content ul {
      margin: 0.25em;
      margin-left: 0.75em;
      list-style: square;
      font-family: "IBM Plex Sans", sans-serif; }

footer {
  flex-shrink: 0;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(45deg, rgba(250, 0, 125, 0.25) 0%, #fa003e 100%); }
  footer a {
    color: white; }
  footer img {
    vertical-align: baseline;
    height: 1rem; }
  footer a.img {
    text-decoration: none;
    border-bottom: none;
    filter: invert(37%) sepia(56%) saturate(5258%) hue-rotate(311deg) brightness(100%) contrast(102%); }

table {
  border-collapse: collapse;
  table-layout: fixed;
  white-space: normal; }
  table th {
    border-bottom: 2px dotted currentColor;
    border-top: 2px dotted currentColor; }
  table td,
  table th {
    text-align: left;
    padding: 0.25em; }
  table td {
    text-align: left;
    border-bottom: 1px dotted currentColor;
    font-family: "IBM Plex Sans", sans-serif; }

p {
  margin: 0.25em;
  font-family: "IBM Plex Sans", sans-serif; }

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