html, body {
    margin: 0;
    height: 100%;
    -webkit-touch-callout: none;
    user-select: none;
}

body {
    width: 100%;
    height: 100%;
}

#cat {
    max-width: 90%;
    max-height: 90%;
    position:fixed;
    left:50%;
    top:50%;
    transform: translateX(-50%) translateY(-50%);

    touch-action: manipulation;

    -webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

#hire {
    position:fixed;
    bottom:0px;
    left:50%;
    margin-bottom: 1px;
    color: #CACACA;
    transform: translateX(-50%);
}