body::after {
    content: ' ';
    background: url(../../img/party_parrot.gif);
    width: 28px;
    height: 28px;
    display: block;
    background-size: cover;
    position: fixed;
    bottom: 10px;
    right: 10px;
    pointer-events: none;
    z-index: 999999;
}
