img = PhotoImage(file='not_not.jpg') main_button = Button(root, image=img, command=open_level_menu, fg="white", bg="black",)