@import url("https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Source+Code+Pro:400,700|VCR+OSD+Mono:400,700");
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background: #000 !important;
  color: #00FF00 !important;
  font-family: "VCR OSD Mono", monospace, monospace !important;
  line-height: 1.75em;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, input, select, textarea {
  color: #00FF00;
  font-family: "VCR OSD Mono", monospace, monospace;
  font-size: 16pt;
  font-weight: 400;
  line-height: 1.75em;
}

.fa,
.fas,
.far,
.fal,
.fab {
  font-family: "Font Awesome 5 Free" !important;
  font-style: normal;
  font-weight: 900;
}

a {
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-bottom: solid 1px #FF0080;
  color: inherit;
  text-decoration: none;
}
a:hover {
  border-bottom-color: transparent;
  color: rgb(255, 102, 178.8) !important;
}

strong, b {
  color: #999999;
  font-weight: 700;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2.25em 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #FF0080 !important;
  text-shadow: 0 0 10px #FF0080;
  font-family: "VCR OSD Mono", monospace, monospace;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 0.5625em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border: 0;
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 2em;
  line-height: 1.5em;
}

h3 {
  font-size: 1.75em;
  line-height: 1.5em;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5em;
}

h5 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

hr {
  border: 0;
  border-bottom: solid 2px #FF0080;
  margin: 2.25em 0;
}
hr.major {
  margin: 3.375em 0;
}

blockquote {
  border-left: solid 8px #FF0080;
  font-style: italic;
  margin: 0 0 2.25em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgb(255, 153, 204.2);
  border-radius: 5px;
  color: #00FF00;
  font-family: "Source Code Pro", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  font-family: "Source Code Pro", monospace;
  font-size: 0.9em;
  margin: 0 0 2.25em 0;
}
pre code {
  display: block;
  line-height: 1.5em;
  overflow-x: auto;
  padding: 1em 1.5em;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.container {
  margin: 0 auto;
  max-width: calc(100% - 4.5em);
  width: 45em;
  padding: 2em 1.5em;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5em;
  margin-right: -1.5em;
}

.row > * {
  padding-left: 1.5em;
  padding-right: 1.5em;
  flex: 1 1 0;
}

.col-75 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (max-width: 980px) {
  .col-75, .col-25 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0.5em;
  border: 2px solid #FF0080;
}

.box {
  background: rgb(12.75, 12.75, 12.75);
  border-radius: 0.5em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
  padding: 2em;
  margin: 2em 0;
  border: 1px solid #FF0080;
}

header, footer {
  background: rgb(12.75, 12.75, 12.75);
  color: #00FF00;
  padding: 2em 0;
  text-align: center;
}

nav {
  display: flex;
  justify-content: center;
  gap: 2em;
  background: rgb(25.5, 25.5, 25.5);
  padding: 1em 0;
}
nav a {
  color: #FF0080;
  font-weight: 700;
  text-decoration: none;
}
nav a:hover {
  color: rgb(255, 102, 178.8);
}

input[type=submit],
input[type=reset],
input[type=button],
.button {
  background-color: #FF0080;
  border-radius: 5px;
  border: 0;
  color: #000 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "VCR OSD Mono", monospace, monospace;
  font-weight: 700;
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.4s, color 0.4s;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:hover {
  background-color: rgb(255, 51, 153.4);
  color: #000 !important;
}
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
.button:active {
  background-color: rgb(255, 51, 153.4);
}

@media screen and (max-width: 980px) {
  .container {
    width: 100%;
    padding: 1em 0.5em;
  }
  .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
  .container {
    padding: 0.5em 0.25em;
  }
  .box {
    padding: 1em;
  }
}

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