/* 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;
  background-color: white;
}

/*canvas {
  display: block;
  margin: 0 auto;
  border: 1px solid black;
}*/
