You don't need interrupts to react on a button. You will need to learn to write non-blocking code (so not using delay).
There are plenty articles on the web to achieve the above; e.g.
And some more reading
You will also need to learn not to use magic numbers (your pin numbers); you do it correctly for the button pin but not for the LED pins.
1 Like