body { margin: 0; overflow: hidden;}
canvas { width: 100%; height: 100%}

#frame, #canvas{
  width: 750px;
  height: 750px;

  position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;

	margin: auto;

  border-radius: 50px;
  background: #ffffff;
  box-shadow:  20px 20px 60px #d9d9d9,
               -20px -20px 60px #ffffff;

}

#title > h1,p
{
  /* width: 100%;
  height: 100%; */

  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;

}
