Creating Multiple Interrupts

I strongly suspect your application doesn't need any interrupts. Only use them if you are confident you can debug the complex problems they can cause. As you started by putting Serial.print() statements in your ISR I suspect you are very new to this.

If you really want to use interrupts you should read all the details in the Atmega32b datasheet.

...R