Issue Description: Currently, the app uses has many cases of repeated uses of inline styling that can be moved to a stylesheet for more organized and clean code, resulting in quicker UI changes in the future.
Acceptance Criteria
- Repeated occurrences of CSS should be moved to a corresponding stylesheet
- App UI remains clean, functional
- Remaining inline styling should be one time use
Issue Description: Currently, the app uses has many cases of repeated uses of inline styling that can be moved to a stylesheet for more organized and clean code, resulting in quicker UI changes in the future.
Acceptance Criteria