diff --git a/pages/user/index.html b/pages/user/index.html
index facaa66..c6dfd36 100644
--- a/pages/user/index.html
+++ b/pages/user/index.html
@@ -3,18 +3,4 @@
Hello, .
What would you like to watch?
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/styles/global.css b/styles/global.css
index b3c3d79..256c2c5 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -1,16 +1,12 @@
/* Common styles for all pages */
-
-
body {
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
background-color: #161c21;
color: aliceblue;
- overflow-x: hidden;
}
-
h2 {
text-align: center;
}
@@ -30,26 +26,24 @@ a {
border-radius: 50px;
}
+
+
.user-index-header-text {
width: 80%;
margin: auto;
text-align: left;
padding: 0;
- opacity: 0;
- transform: translateX(100%);
- transition: opacity 0.8s ease, transform 1s ease;
}
-
.user-index-h1 {
font-size: 4rem;
text-align: left;
}
-
.user-index-h2 {
font-size: 3.3rem;
text-align: left;
}
+
.outlined-text {
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 2.2px #8c00ff;