body {
    background-color: #000;
    margin: 0;
    overflow: hidden;
    padding-top: 10%;
}

canvas {
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

h1 {
    text-indent: -999999px;
    font-size: 40px;
    color: #fff;
    margin-top: 10%;
    text-align: center;
    display: block;
    background: url('../img/click-si-crapa.png') no-repeat;
    position: absolute;
    left: 50%;
    top: 2%;
    transform: translateX(-50%);
    width: 170px;
    height: 10%;
    background-size: contain;
    z-index: 1000000;
}

img {
    position: absolute;
    /*cursor: url(http://cur.cursors-4u.net/others/oth-5/oth441.cur), progress !important;*/
    cursor: url(http://ani.cursors-4u.net/games/gam-16/gam1553.cur), progress !important;
    max-width: 100%;
    display: block;
}

#container {
    position: absolute;
    max-width: 768px;
    width: 100%;
    height: 485px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.counter-desc {
    position: fixed;
    bottom: 10px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
}

a img {
    position: fixed;
    bottom: 35px;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
}

/* Start http://www.cursors-4u.com */
#container:hover {cursor: url(http://ani.cursors-4u.net/games/gam-16/gam1553.cur), progress !important;}
/* End http://www.cursors-4u.com */
