Your blocks are 16 pixels square, right? How big is your level? You can just change size() to have the right size for your level.
Or you can stretch the blocks to fit. But that might not look right. You could just try to double their size. Put scale(2); in draw(). But that might cut some of the level off. You should probably do this and also make your window the right size.