body {
  overflow: hidden;
  padding: 0;
  margin: 0;
	background: white;
	background-color: white;
	position: absolute;
}
canvas#defaultCanvas0 {
	background: white;
	margin: 0px 0px -10px 0px;
}
h1 {
    display: block;
    position: absolute;
    color: white;
    font-size: 4em;
    text-align: center;
		overflow-wrap: break-word; 
    top: 50%;
    transform: translate(0%, -60%);
    padding: 1.2em;
    font-weight: bold;
    font-family: monospace;
		z-index: 10;
		left: 0;
		right: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}