.deathicon {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    background: url(../img/death-sprites.png) 0 0;
    margin-top: 0.2rem;
}

.deathcause {
    width: 175px;
}

.deathicon {
    margin-right: 2px;
}

.deathrow {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.deathicon.pvp {
    background-position: -16px 0;
}

.deathicon.hunger {
    background-position: -32px 0;
}

.deathicon.zombie {
    background-position: -48px 0;
}

.deathicon.skeleton {
    background-position: -64px 0;
}

.deathicon.spider {
    background-position: -80px 0;
}

.deathicon.cavespider {
    background-position: -96px 0;
}

.deathicon.creeper {
    background-position: -112px 0;
}

.deathicon.zombiepig {
    background-position: -128px 0;
}

.deathicon.enderman {
    background-position: -144px 0;
}

.deathicon.burned {
    background-position: -160px 0;
}

.deathicon.fell {
    background-position: -176px 0;
}

.deathicon.drown {
    background-position: -192px 0;
}

.deathicon.cactus {
    background-position: -208px 0;
}

.deathicon.blaze {
    background-position: -224px 0;
}

.deathicon.ghast {
    background-position: -256px 0;
}

.deathicon.wolf {
    background-position: -272px 0;
}

.deathicon.golem {
    background-position: -288px 0;
}

.deathicon.anvil {
    background-position: -304px 0;
}

.deathicon.wither {
    background-position: -320px 0;
}

.deathicon.mcube {
    background-position: -336px 0;
}
