/**{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body
{
}
canvas
{
    width:100%;
}
#interactive-area
{

}*/

#webGLCanvasTest {
    width: 1px;
    height: 1px;
    position: fixed;
    top: -1px;
    left: -1px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-color: #EF168E;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

canvas {
    background-color: #EF168E;
    position: relative;
}

#interactive-area {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    width: 100%;
    height: 100%;
}

div.spacer {
    height: 1px;
}