#inventory {
    margin-bottom:4em;
}
#inventory h3 {
    margin-bottom: .5em;
}
.inventory-bar{
    background:#eeeeee;
    width:100%;
    border-radius: 30px;
    overflow: hidden;
}
.filler {
    background: rgb(129,38,180);
    background: linear-gradient(130deg, rgba(231,63,139,1) 0%, rgba(129,38,180,1) 100%);    text-align: center;
    text-indent: 5px;
    color: white;
    font-size: .75em;
}

#powered {
    display: flex;
    justify-content: end;
}

.by {
    font-size: .75em;
    font-weight: bolder;
    letter-spacing: 0;
}