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

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

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

#logo {
  width: 64px;
  height: 64px;
  background-image: url(/img/logo.png);
  background-size: 64px 64px;
  margin-top: 128px;
}

#asciicast-648497 {
  max-width: 100%;
  height: auto; /* Adjust height as necessary, or use auto */
}


#info {
  width: 100%;
  font-family: "Raleway", Sans-Serif;
  text-align: center;
  font-weight: 100;
  font-size: 150%;
}

.section {
  margin: 80px auto 0;
}

#footer {
  font-family: "Open Sans", Sans-Serif;
  text-align: center;
  font-size: 10px;
  color: #aaa;
}
