html {
	background: white;
	height: 100%;
}

body {
	height: 100%;	
	margin: 0px;
	padding: 0px;
    overflow: hidden;
}

p {
	margin: 0;
}

.svg-filter {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    visibility: hidden;
    }

.canvas
    {
    position: absolute;
    top: 0px;
    left: 0px;
    }
