@charset "UTF-8";
@font-face {
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 400;
  src: local("Inconsolata Regular"), local("Inconsolata-Regular"), url(https://fonts.gstatic.com/s/inconsolata/v18/QldKNThLqRwH-OJ1UHjlKGlZ5qg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  background: #000;
  color: #ccc;
  font-size: 2.5em;
  font-family: "Inconsolata", monospace;
}

a:link {
  color: #30F4A3;
}

a:visited {
  color: #97CF2F;
}

hr {
  color: #97cf2f;
  border: 1px dashed;
}

.right {
  float: right;
  max-width: 35%;
  margin: 5%;
}

.strike {
  text-decoration: line-through;
}

@media screen and (min-device-width: 700px) and (max-device-width: 1100px) {
  body {
    font-size: 2em;
  }
}
@media screen and (min-device-width: 1101px) {
  body {
    font-size: 1.2em;
    margin-left: 50px;
    max-width: 850px;
  }
}
ol {
  padding-left: 10%;
}

ul {
  padding-left: 10%;
}

ul.contents {
  list-style: none;
  margin-top: 0px;
}

ul.sticky {
  list-style: none;
  margin-bottom: 0px;
}

ul.sticky li:before {
  content: "⚡ ";
  color: #30F4A3;
  font-size: 120%;
}

.hide {
  display: none;
}

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