diff --git a/Universal-Design.md b/Universal-Design.md
index 8903214..f4f2f6f 100644
--- a/Universal-Design.md
+++ b/Universal-Design.md
@@ -25,11 +25,13 @@ We have used React components with material styling to ensure that components wi
#### 7. Signifiers
Our solution to providing the user with information about where they should perform specific actions, goes hand in hand with our solution for affordance. All buttons have text, and the most significant ones also have symbols. The most important buttons are also bigger and clearly located on a card with a specific team or tournament or at the bottom of a form.
+
+
In addition to following Don Norman’s seven fundamental design principles, we know that following principle 1 of WCAG 2.1 (perceivable) can significantly improve certain users’ experiences.
Our steps to follow this principle include, but are not limited to:
-- 1
-- 2
-- 3
+- Testing of each page in the web application using Microsoft's Accessibility Insights for Web
+- Sticking to the same colors and color scheme to ensure the contrast ratio stays the same throughout the web application
+- Ensuring all navigation is intuitive and obvious for the user