@import url(http://fonts.googleapis.com/css?family=Ubuntu:700);
html, body {
	height: 100%;
	
	
}

body {
    font-family: 'Ubuntu', sans-serif;
    padding: 0;
    margin: 0;
    overflow:hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: #282537;
    background-image: radial-gradient(top, circle cover, #3c3b52 0%, #252233 80%);
  cursor: move;
}
canvas {
    width:100%;
    margin:0;
}