The goal of this program is to solve the caesar cipher. It will take in an encrypted text and decrypt it.
# This program only works for the given cipher text below as per requested by the given assignment.
# It can be modified to work with any encrypted caesar cipher text in the future.
# not the neatest program but it works lol