body {
  margin: 0;
  padding: 0; }

/** color palette **/
/** font sizes **/
/** General Style Info **/
html {
  font-size: 62.5%; }

body {
  margin: 0;
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  font-family: sans-serif;
  line-height: 0; }

div.wrap {
  margin: 0 auto;
  max-width: 500px;
  text-align: center; }

div.canvasWrapper {
  position: relative;
  max-width: 500px;
  width: 100%; }

canvas {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent; }

select {
  border: none;
  font-size: 1.6rem; }

/**  **/
/*
ul {
    list-style: none
}
li {
    display: block
}
img,
a img {
    border: none
}

a {
    text-decoration: none;
    color: $color_anchor;
    &:hover {
        color: $color_anchor_hover
    }
}
*/
/** Layout **/
div#header {
  margin-bottom: 0.5rem;
  padding: 1rem 2rem;
  background: #036;
  color: #666;
  font-size: 1.2rem; }
  div#header h1 {
    display: inline;
    padding: 0 1rem;
    padding-left: 0;
    font-size: 2.0rem;
    font-weight: normal;
    color: #fff; }
    div#header h1 a {
      color: #666; }
      div#header h1 a:hover {
        text-decoration: underline; }

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