diff --git a/pages/user/profile.html b/pages/user/profile.html
index 306197b..3e9d588 100644
--- a/pages/user/profile.html
+++ b/pages/user/profile.html
@@ -1,3 +1,6 @@
\ No newline at end of file
diff --git a/styles/global.css b/styles/global.css
index 1bd470a..5fec8dc 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -95,4 +95,9 @@ nav ul li a {
text-decoration: none;
margin: auto 0;
padding: 0;
+}
+
+.container {
+ display: grid;
+ grid-template-columns: auto auto auto;
}
\ No newline at end of file