diff --git a/README.md b/README.md
index 483b0467..6ce97a58 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,6 @@ This is a repo for new users getting started with Docker.
You can try it out using the following command.
-```docker compose up -d```
+````docker compose up -d``
And open http://localhost:3000 in your browser.
\ No newline at end of file
diff --git a/app/globals.css b/app/globals.css
new file mode 100644
index 00000000..03d3892c
--- /dev/null
+++ b/app/globals.css
@@ -0,0 +1,6 @@
+:root {
+ --p: #33e337;
+ --s: #439323;
+ --a: #373348;
+ --bdr: 2px dotted var(--s);
+}
\ No newline at end of file
diff --git a/app/views/home.ejs b/app/views/home.ejs
new file mode 100644
index 00000000..591d3a89
--- /dev/null
+++ b/app/views/home.ejs
@@ -0,0 +1,81 @@
+
+
+
<% }%>
diff --git a/verify-Amazon-CodeCatalyst-space.md b/verify-Amazon-CodeCatalyst-space.md
new file mode 100644
index 00000000..15c6cefd
--- /dev/null
+++ b/verify-Amazon-CodeCatalyst-space.md
@@ -0,0 +1,48 @@
+// AWS Accouunt
+Verify Amazon CodeCatalyst space
+Paste the verification token from Amazon CodeCatalyst to verify this AWS account. You can remove this AWS account at any time. Adding an AWS account is required in order to create a space in Amazon CodeCatalyst.
+Verification token
+Paste the verification token generated from the create space page in Amazon CodeCatalyst.
+
+```9169941d-c138-4c22-885f-f32a09018dca```
+
+Requested by
+williamrobertson28@gmail.com
+AWSRoleForCodeCatalystSupport role
+This role allows you to create and view AWS Support cases in CodeCatalyst. Without the role you will not be able to receive technical support via the AWS Management Console for Amazon CodeCatalyst.
+
+Add AWSRoleForCodeCatalystSupport
+
+Role permissions and trust relationship
+Role name
+AWSRoleForCodeCatalystSupport
+Permissions
+
+{
+ "Version": "2012-10-17",
+ "Statement": [
+ {
+ "Allow": [
+ "support:DescribeAttachment",
+ "support:DescribeCaseAttributes",
+ "support:DescribeCases",
+ "support:DescribeCommunications",
+ "support:DescribeIssueTypes",
+ "support:DescribeServices",
+ "support:DescribeSeverityLevels",
+ "support:DescribeSupportLevel",
+ "support:SearchForCases",
+ "support:AddAttachmentsToSet",
+ "support:AddCommunicationToCase",
+ "support:CreateCase",
+ "support:InitiateCallForCase",
+ "support:InitiateChatForCase",
+ "support:PutCaseAttributes",
+ "support:RateCaseCommunication",
+ "support:ResolveCase"
+ ],
+ "Resource": "*"
+ }
+ ]
+}
+``
\ No newline at end of file