/* CSS files add styling rules to your content */

body {
/*   font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif; */
  font-family: 'Berkshire Swash', cursive;
  background-color: #fbfbfb;
  font-size: 2em;
  text-align: center;
}

h1 {
  font-style: italic;
  color: #631D76;
  text-shadow: black 0.01em 0.01em 0.02em;
  font-size: 1em;  
}

.assets {
  display: none;
}
.view {
  height: 320px;
  width: 320px;
  
}

.byline {
  font-family: helvetica, sans serif;
  font-size: .5em;
}


.view{
   width: 100%;
   text-align:center;
}

canvas {
   display: inline;
  border: 1px solid black;
}
