diff --git a/register.html b/register.html
index 3883018..0563c2b 100644
--- a/register.html
+++ b/register.html
@@ -30,15 +30,6 @@
}
/* CSS for styling the form */
- body {
- font-family: Arial, sans-serif;
- display: flex;
- flex-direction: column; /* Stack elements vertically */
- justify-content: flex-start; /* Align items at the top */
- align-items: center; /* Center items horizontally */
- margin: 0;
- padding: 20px; /* Add padding to the body for spacing */
- background-color: #f0f0f0;
:root {
--primary-color: #6366f1; /* Indigo */