HealthBar {
position: absolute;
bottom: 160px;
left: 100px;
width: 300px;
height: 50px;
background: rgba(0, 0, 0, 0.7);
border: 2px solid white;
border-radius: 6px;
&.full {
position: initial;
width: 100%;
height: 100%;
}
.fill {
height: 100%;
}
.ease-transition {
transition: width 0.15s ease;
}
}