#canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1200px;
    height: 800px
}

body {
    margin: 0;
    padding: 0px;
    color: #000;
    background-color: #ff003c;
    font-family: helvetica, arial, sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html {
    margin: 0;
    color: #000;
    font-family: helvetica, arial, sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}