@import url(https://fonts.googleapis.com/css?family=Euphoria+Script);

html, body{
  width: 100%;
  height: 100%;
  background: #ff8833;
  overflow: hidden;
  text-rendering: optimizeLegibility;
}

canvas{
  display: block;
  background: #ff8833;
}

h1 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  text-align: center;
  margin: auto;
  font-family: 'Euphoria Script';
  font-size: 80px;
  color: rgba(104, 54, 0, 0.6);
}