*{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body
{
	
    overflow: hidden;
}
canvas
{
	position: relative;
}
#interactive-area
{
    margin: auto;
	width: auto;
	height:100%;
}