/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #ddd;
  font-size: 1em;
  line-height: 1.4;
}

::selection {
  text-shadow: none;
  background: #495566;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  background: #222;
  font-family: Rubik, sans-serif;
}

.colours {
  background: linear-gradient(90deg, #f074b500 0%, #f074b5 24%, #00ffc4 50%, #f074b5 76%, #f074b500 100%);
  width: 100%;
  height: 2rem;
  display: block;
}

h1, h2, h3 {
  font-weight: lighter;
}

.main > h1:not(:first-child) {
  padding-top: 1.5em;
}

p, td {
  font-size: large;
}

code {
  font-family: Oxygen Mono, monospace;
}

a {
  color: #00ffc4;
  text-decoration: none;
}

a :hover, a :active {
  text-decoration: underline;
}

.main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.title-container {
  background: #191919;
}

.title {
  text-align: center;
  padding: 20px;
}

.title h2 {
  color: #bbb;
}

.panels {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.panel {
  box-sizing: border-box;
  background: linear-gradient(-45deg, #141414, #505050) padding-box padding-box;
  border: 5px solid #0000;
  border-radius: 1em;
  flex-direction: column;
  flex: 1 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  min-height: 200px;
  margin: 0 30px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: -8px -8px 12px #0000004d, 12px 12px 16px #ffffff14;
}

.panel:before {
  content: "";
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(120deg, #00ffc4, #f074b5);
  margin: -5px;
  transition: all .2s;
  position: absolute;
  inset: 0;
}

.panel:hover:before {
  opacity: 1;
}

.panel p {
  text-align: center;
}

td {
  padding: 3px;
}

.small-panel {
  flex: 1 0;
  min-width: 300px;
  max-width: 400px;
  margin: 10px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.small-panel h2 {
  text-align: center;
}

.main-panel {
  background: linear-gradient(60deg, #444042 0%, #3a3336 100%);
  border: 3px solid #f074b5;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: table;
}

.centre {
  text-align: center;
}

.centre-vertical {
  vertical-align: middle;
  display: table-cell;
}

.beta {
  color: #c486a6;
  padding: 10px;
  font-style: italic;
}

.hidden, [hidden] {
  display: none !important;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  white-space: inherit;
  width: auto;
  margin: 0;
  position: static;
  overflow: visible;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print {
  *, :before, :after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: #fff !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=static.396cd114.css.map */
