    body{
      background-color: #1996FF;
      cursor:url('../images/cursor-aim.png') 20 20, auto;      
      overflow:hidden;
      font-family: Corbel;
    }

    div.duck{
      transition: all 5s linear;
      position:absolute;
      left:-117px;
      width: 117px;
      height:90px;
      background: url('./../images/fduck.gif') no-repeat;
      background-position:center center;
    }

    div.dying{
      transition-duration: 2s;
      transform:rotate(90deg);
      -webkit-transform: rotate(90deg);
    }

    .explode{
      position:absolute;
      width:128px;
      height:128px;
      /*border:1px solid red;*/
      content:url('../images/explode.png');
    }

    #score{
    position:fixed;
    bottom: 0px;
    left:0px;
    font-size: small;
  }
