body {
	margin:0;
	padding:0;
	overflow:hidden;
	background-color: #ff8300;
}

canvas {
  	display:block;
  	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#paint {
	width: 1785px;
    height: 840px;
    position: absolute;
    z-index: 100;
    top: 180px;
    bottom: 0px;
    display: block;
    left: 0px;
    right: 0px;
    border: none;
    /*border-radius: 30px;*/
    display: none;
    margin: auto;
}
.girar {
    position: fixed;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    background-image: url(../img/giro.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: none;
}
.blockview{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.75;
    display: none;
}