img
{
  width:100%;
    height:150px;
    border:1px solid var(--blood-bright);
    background:radial-gradient(circle at 50% 30%, #2a0006, #0a0000);
    display:flex; align-items:center; justify-content:center;
    font-size:52px;
    margin-bottom:12px;
    box-shadow:inset 0 0 20px rgba(200,16,46,.4);
}

