### Goal Try to remove `ngAfterViewInit` from [`game/game-question/game-quesion.component.ts`](https://github.com/ivokraev/STEM-Game/blob/game/projects/stem-game/src/app/game/game-question/game-question.component.ts) and move the setting style logic to `ngOnInit`. ### Can use You may have to use custom structural directive.