/* Place your CSS styles in this file */

h1 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
}

html, body {
  margin: 0;
  padding: 0;
}

canvas {
  display: block;
  border: 2px solid black;
  margin: 1em auto;
}


