class Food{ element: HTMLElement; constructor() { this.element = document.getElementById('food') as HTMLElement