html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

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

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

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

textarea {
    resize: vertical;
}

.hidden {
  display: none !important;
}

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

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

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* --------------- */

body {
    background-color: #2c3a42;
    color: #FFFFFF;
    font-family: monospace;
}

main {
    margin-top: 80px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
}

.faketerminal {
    background: #2c3a42;
    color: #b4d1e0;

}

.faketerminal .color--info {
    color: #47a0ac;
    font-weight: bold;
}

.faketerminal .color--comment {
    color: #ffffff;
    font-weight: bold;

}

.faketerminal .color--error {
    color: #f1bc98;
    background: transparent;
}
