#creature {
    width: 10vw;
    left: 28vw;
    top:  40vh;
    position: relative;
    cursor: grab;
    transition:  0ms linear;
}

#creatureImg{
    width: 10vw;
}


img{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#actionButtons button{
    width: 10%;
    /*background: none; to switch when placeholder will be clean lmao*/
    justify-content: center;
}
#actionButtons img{
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;

}