

root {
    display: block;
}

* {
    user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

::selection { background: transparent;color:inherit; }
::-moz-selection { background: transparent;color:inherit; }

#canvas{
    width:640px;
    height: 480px;
    
    position: relative;
    
    
}

canvas {
    image-rendering: optimizeSpeed;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
	-ms-touch-action: none;
}

.ani_hack{
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent; /* mobile webkit */
}

/***************FONTS*******************/




            @font-face {
                font-family: 'Walibi';
                src: url('yardsale_dreamcentury.eot');
                src: url('yardsale_dreamcentury.eot?#iefix') format('embedded-opentype'),
                     url('yardsale_dreamcentury.woff2') format('woff2'),
                     url('yardsale_dreamcentury.woff') format('woff'),
                     url('yardsale_dreamcentury.ttf') format('truetype'),
                     url('yardsale_dreamcentury.svg') format('svg');
                font-weight: normal;
                font-style: normal;

            }

            @font-face {
                font-family: 'Comic';
                src: url('yardsale_dreamcentury.eot');
                src: url('yardsale_dreamcentury.eot?#iefix') format('embedded-opentype'),
                     url('yardsale_dreamcentury.woff2') format('woff2'),
                     url('yardsale_dreamcentury.woff') format('woff'),
                     url('yardsale_dreamcentury.ttf') format('truetype'),
                     url('yardsale_dreamcentury.svg') format('svg');
                font-weight: normal;
                font-style: normal;

            }

    