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

canvas {
  display: block;
}

iframe{
  border: none;
  margin: 0;
  padding: 0;
  display: block;
}
