.hud-bar {
    width: 640px;
    height: 70px;
    background-color: purple;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 1.5rem;
}

.left-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
    margin-left: 1rem;
    color: white;
}

.hud-bar-icon {
    width: 50px;
    height: 50px;
}

.game-stats-container {
    display: flex;
    align-items: flex-end; 
    justify-content: center;
    flex-direction: row;
}

.hud-bar-score {
    line-height: 0.8; 
    margin-bottom: 8px;
}