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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

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;
}

input {
  border-radius: 0;
}

input[type=range] {
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arial Narrow", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 6.6em;
  line-height: 0.75em;
  margin-top: 1rem;
}

h2 {
  border-left: 7px solid #db3080;
  padding-left: 0.4rem;
  font-size: 1.4em;
}

h6 {
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 0.66em;
}

p, label {
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

small {
  font-size: 0.8em;
}

input[type=range] {
  appearance: none;
  background: #db3080;
  height: 3px;
  outline: none;
  border-radius: 999px;
}
input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid #db3080;
}

button {
  margin-top: 1rem;
  appearance: none;
  border: 1px solid #db3080;
  background: black;
  color: #db3080;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
}

input[type=checkbox] {
  appearance: none;
  vertical-align: bottom;
  margin-right: 0.4rem;
  width: 13px;
  height: 13px;
  border: 1px solid #db3080;
}
input[type=checkbox]:checked {
  background: #db3080;
}

.guideline {
  position: fixed;
  width: 25rem;
  bottom: -5rem;
  right: -4rem;
  z-index: -999;
}
.guideline .stroke {
  fill: #db3080;
}

.stats {
  position: fixed;
  left: 1rem;
  bottom: -0.5rem;
}
.stats p {
  transform: rotate(-90deg);
  transform-origin: left;
}
.stats .separator {
  margin: 0 1rem;
}

html {
  width: 100%;
  height: 100%;
  background: #141414;
  color: #db3080;
  border: 3px double #db3080;
}

body {
  width: 80%;
  text-align: center;
  margin: auto;
}

.container {
  text-align: left;
}

.controls {
  margin-top: 1rem;
}

.header {
  margin: 2rem 0;
  border-left: 40px double #db3080;
  padding-left: 1rem;
}

.panel {
  width: 44%;
  margin: 0 1rem 1rem 0;
  border: 1px solid #db3080;
  background: black;
  padding: 1rem;
  display: inline-block;
  vertical-align: top;
}
.panel small {
  border: 1px solid #db3080;
  background: #db3080;
  color: black;
  border-radius: 2px;
  padding: 0.1rem 0.2rem 0rem;
}

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