.armor_slot {
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid #555;
    display: inline-block;
    background-color: grey
}

.armor_img {
    width: 100%;
    height: 100%;
    image-rendering: pixelated;
}

.armor_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 64px;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    font-family: 'Minecraftia', monospace;
    font-size: 12px;
    padding: 8px;
    z-index: 100;
    min-width: 200px;
    border: 1px solid #333;
    white-space: pre-wrap;
    pointer-events: none;
}

#armor_div {
    background-color: black;
    width: fit-content;
    padding:3px;
    padding-bottom: 1px
}

