img { image-rendering: pixelated; }

.armor-preview {
    position: relative;
    width: 96px;
    height: 96px;
}

.armor-base {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.armor-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    mix-blend-mode: multiply;
}

#armorCommand {
    white-space: pre-wrap;
}