@import "/UI/Styles/Theme.scss";

Health {
    * {
        position: absolute;
    }

    .dmg-noti {
        top: 65%;
        left: 30%;
        font-size: 48px;
        color: indianred;
    }

    .hp-noti {
        top: 65%;
        left: 30%;
        font-size: 48px;
        color: forestgreen;
    }

    .hp {
        top: 70%;
        left: 30%;
        font-size: 64px;
        color: white;
    }
}
