I am proud that I was able to implement the font style required in this challenge.
What challenges did you encounter, and how did you overcome them?One challenge I encountered is that I needed to readjust the dimensions according to the user's device whether it would be a phone, tablet, desktop, or laptop. I was able to overcome it by using the @media CSS declaration block and set it by the appropriate margins.
What specific areas of your project would you like help with?I was not able to properly center the buttons. As I resized the dimensions, I noticed that the buttons are not centered and I had a hard time centering them.