

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

body {
  margin: 0px;
}

.typedtext {
  /*font-family: 'Waiting for the Sunrise', cursive;*/
  font-family: monospace;
  font-size:30px;
  margin: 10px 50px;
  letter-spacing: 6px;
  font-weight: bold;
}

