#playerStats, #enemyStats
{
    position: fixed;
    margin: 0;
    z-index: 50;
}

#playerStats
{
    display: block;
    left: 1.5rem;
    top: 1rem;
}

#enemyStats
{
    display: none;
    right: 2rem;
    top: 1rem;
}

.pSFlex
{
    display: flex;
    margin-bottom: 1dvi;
}

#playerStats img, #enemyStats img {
    height: 4dvi;
    width: 4dvi;
    margin-right: 1rem;
}

#healtPoints, #manaPoints, #enemyHealtPoints{
    font-size: 3dvi;
    margin: 0;
    margin-top: 0.55rem;
}