diff --git a/assets/css/custom.css b/assets/css/custom.css
new file mode 100644
index 0000000..88e449c
--- /dev/null
+++ b/assets/css/custom.css
@@ -0,0 +1,95 @@
+
+@import url('https://fonts.googleapis.com/css2?family=Inter&family=Montserrat:wght@700&family=Poppins:wght@600&display=swap');
+
+:root {
+ --background: #0D0D0D;
+ --neon-blue: #00A8FF;
+ --neon-purple: #A55BFF;
+ --red: #FF4B4B;
+ --text: #FFFFFF;
+}
+
+body {
+ background-color: var(--background);
+ color: var(--text);
+ font-family: 'Inter', sans-serif;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ min-height: 100vh;
+ text-align: center;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: 'Montserrat', sans-serif;
+ font-weight: 700;
+ color: var(--neon-blue);
+ text-shadow: 0 0 5px var(--neon-blue), 0 0 10px var(--neon-blue), 0 0 20px var(--neon-purple);
+}
+
+.logo {
+ font-family: 'Montserrat', sans-serif;
+ font-weight: 700;
+ font-size: 2.5rem;
+ color: var(--text);
+ text-shadow: 0 0 8px var(--neon-purple);
+ margin-bottom: 2rem;
+}
+
+.workshop-box {
+ border: 1px solid var(--neon-purple);
+ padding: 1.5rem;
+ margin: 2rem auto;
+ max-width: 450px;
+ border-radius: 8px;
+ background-color: rgba(13, 13, 13, 0.8);
+ box-shadow: 0 0 15px var(--neon-purple);
+}
+
+.workshop-box p {
+ margin: 0.5rem 0;
+ font-size: 1.1rem;
+}
+
+.btn-primary {
+ font-family: 'Poppins', sans-serif;
+ font-weight: 600;
+ background: var(--neon-blue);
+ border: none;
+ border-radius: 5px;
+ padding: 12px 30px;
+ color: var(--background);
+ text-transform: uppercase;
+ letter-spacing: 1px;
+ transition: all 0.3s ease;
+ box-shadow: 0 0 10px var(--neon-blue), 0 0 20px var(--neon-blue);
+}
+
+.btn-primary:hover {
+ background: var(--neon-purple);
+ color: var(--text);
+ box-shadow: 0 0 15px var(--neon-purple), 0 0 30px var(--neon-purple);
+}
+
+.form-control {
+ background-color: #1a1a1a;
+ border: 1px solid var(--neon-purple);
+ color: var(--text);
+ border-radius: 5px;
+}
+
+.form-control:focus {
+ background-color: #1a1a1a;
+ border-color: var(--neon-blue);
+ color: var(--text);
+ box-shadow: 0 0 8px var(--neon-blue);
+}
+
+.form-label {
+ font-family: 'Poppins', sans-serif;
+ color: var(--neon-purple);
+}
+
+.container {
+ max-width: 600px;
+}
diff --git a/db/migrations/001_create_users_table.php b/db/migrations/001_create_users_table.php
new file mode 100644
index 0000000..b9e8c3d
--- /dev/null
+++ b/db/migrations/001_create_users_table.php
@@ -0,0 +1,28 @@
+exec($sql);
+
+ echo "Table 'users' created successfully (if it didn't exist)." . PHP_EOL;
+
+} catch (PDOException $e) {
+ die("DB ERROR: " . $e->getMessage());
+}
diff --git a/index.php b/index.php
index 7205f3d..18701de 100644
--- a/index.php
+++ b/index.php
@@ -1,150 +1,52 @@
-
-
-
- New Style
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ Studio RIT - Play & Win
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
Analyzing your requirements and generating your website…
-
- Loading…
-
-
= ($_SERVER['HTTP_HOST'] ?? '') === 'appwizzy.com' ? 'AppWizzy' : 'Flatlogic' ?> AI is collecting your requirements and applying the first changes.
-
This page will update automatically as the plan is implemented.
-
Runtime: PHP = htmlspecialchars($phpVersion) ?> — UTC = htmlspecialchars($now) ?>
-
-
-
+
+ Studio RIT
+
+
+ STUDIO RIT PRESENTS
+ PLAY & WIN REWARD
+
+
+
+
12th December – Illustrator
+
13th & 16th December – Premiere Pro
+
17th, 18th, & 19th December – Blender
+
Time: 4:30 PM – 5:30 PM
+
+
+ Play Game → Win Reward!
+
+
+
-
+