/* Rats rats we are the rats */

#rat {
    aspect-ratio: 2 / 1;
    background-image: url("../images/rat.png");
    background-size: cover;
    height: 10vh;

    z-index: 3;
    position: relative;
    bottom: 0px;
    left: calc(50% - 10vh);

    cursor: grab;
}

#ratMusic {
    display: block;
    width: 90%;
    margin: 5px auto;
}
