body {
  background-color: black !important;
  color: white !important;
  font-family: Arial !important;
}

input[type=text] {
  border: 0;
  background-color: white !important;
  color: black !important;
  font-family: monospace !important;
  font-size: 12px;
  // input elements with type="text" attribute
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#container {
  position: relative;
  min-height: 100vh;
}

#content {
  padding-bottom: 3rem;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3rem;            /* Footer height */
}
