@import "./res/normalize.min.css";
@import "./res/spectre.min.css";
@import "./res/spectre-exp.min.css";
@import "./res/spectre-icons.min.css";

@font-face {
  font-family: 'Recursive';
  font-style: normal;
  font-weight: 400;
  src: local(''),
  url('./res/fonts/recursive/recursive-v35-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('./res/fonts/recursive/recursive-v35-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: 'Recursive', monospace;
}

.heading {
    font-family: Pacifico, sans-serif;
    font-size: 3em;
    color: #3eb5f1;
    margin: 0;
    vertical-align: middle;
}

.logo {
    vertical-align: middle;
}

#qrcode {
  width:160px;
  height:160px;
  margin-top:15px;
}
