InGameHud {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-end;

    >.bottom-left {
        position: absolute;
        align-items: flex-end;
        height: 200px;
        left: 50px;
        bottom: 50px;
        flex-direction: row;
        gap: 40px;
    }
}