div.ape {
    width: 100px;
    height: 80px;
     background-image: url('../img/ape.png');
     background-size: contain;
    position: fixed;
    z-index:10;
    }