.HPbar {
    border-radius: 8px;
    background-color: rgba(255, 0, 0, 0.75);
    height: 20px;
    width: 150px;
    text-align: center;
}

.MPbar {
    border-radius: 8px;
    background-color: rgba(0, 0, 255, 0.65);
    height: 20px;
    width: 150px;
    text-align: center;
}

.blockBar{
    border-radius: 8px;
    background-color: rgba(0, 200, 255, 1);
    height: 20px;
    width: 0px;
    text-align: center;
}
