html {
    overflow: hidden;
    height: 100%;
    background: #191919;
    width: 100%;
}

#canvas {
    background: url('./images/bg.jpg') no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

#canvas.playing {
    cursor: url('./images/aim_red.png') 17.5 17.5,auto !important;
}

.full-screen {
   position: fixed;
    width: 192px;
    height: 80px;
    background: url(./images/logo.png) no-repeat;
    z-index: 10;
    display: block;
    right: 10px;
    top: 26px;
}

.title{
    position: absolute;
    width: 321px;
    height: 79px;
    background: url(./images/chain.png) no-repeat;
    z-index: 10;
    display: block;
    bottom: 0;
    left: 28px;
}