@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
html {
  font-family: 'Roboto Condensed', sans-serif;
  height: 100%;
  width: 100%; }

.content {
  display: block;
  max-width: 500px;
  margin: 100px auto;
  text-align: center; }

h2 {
  background: red;
  color: white;
  padding: 10px;
  font-family: monospace; }

/*# sourceMappingURL=styles.css.map */
