@font-face {
  font-family: "Bitstream Vera Sans";
  src: url("../fonts/veramono-2c2e2ded.ttf");
}

html {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  font-size: 3.5vw;
}

@media only screen and (min-width: 666px) {
  body {
    font-size: 1.4rem;
  }
}

code {
  font-family: "Bitstream Vera Sans", monospace;
  line-height: 125%;
}

h1,
h2 {
  display: inline;
  font-weight: normal;
  font-size: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Railscasts Theme */
body {
  background: #232323;
}

pre code {
  display: block;
  color: #e6e1dc;
}

pre .keyword {
  color: #c26230;
}

pre .string,
pre a {
  color: #a5c261;
}

pre .symbol {
  color: #6d9cbe;
}
