body {
  overflow: hidden;
  background-color: hsl(238, 39%, 5%);
  font-family: Dancing Script, Monoton, 'Shadows Into Light Two';
  font-size: 8em;
  background: #111;
  text-align: center;
}

#canvas1 {
  position:absolute;

  width: 100%;
  height: 100%;

  padding: 0;
  margin: auto;
  display: block;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}