﻿span {
    font-style: italic;
}

* {
  box-sizing: border-box;
}

html, body, canvas {
  display: block;
  margin: 0 !important;
  padding:0;
  height: 100%;
  width: 100%;
}

html
{

    margin: 0 auto;
}

canvas{
  
}

/**
canvas {
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-crisp-edges;
    image-rendering: pixelated;
}**/
