body {
    margin: 0;
    padding: 0;
}

.markdown-body {
    max-width: 100%;
    margin: 0 auto;
}

#commandTooltip {
    position: fixed;
    display: none;
    z-index: 9999;
    pointer-events: none;
    transform: translateX(-50%);
}

.commandTooltipSprite {
    width: 128px;
    height: 128px;
    background-repeat: no-repeat;
    image-rendering: pixelated;
}

.command-clickable {
    cursor: pointer;
}
