diff --git a/PrivacyPolicy/PrivacyPolicy.css b/PrivacyPolicy/PrivacyPolicy.css new file mode 100644 index 00000000..bff73114 --- /dev/null +++ b/PrivacyPolicy/PrivacyPolicy.css @@ -0,0 +1,61 @@ +/* Background container for the privacy policy page */ +.background-container { + min-height: 100vh; + background-image: linear-gradient(135deg, #d22d72 10%, #e45d27 100%,#e4c827 30%); + background-size: cover; + background-position: center; + display: flex; + align-items: center; + justify-content: center; + padding: 20px; + } + + /* Policy container styles */ + .policy-container { + padding: 32px; /* Equivalent to theme.spacing(4) */ + max-width: 800px; + margin: auto; + background-color: rgba(64, 47, 47, 0.8); + backdrop-filter: blur(10px); + border-radius: 8px; /* Adjust as needed */ + box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); + transition: transform 0.3s ease, box-shadow 0.3s ease; + color: white; + } + + .policy-container:hover { + transform: translateY(-5px); + box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6); + } + +/* Typography */ +h1 { + font-family: 'Montserrat', Arial, sans-serif; + font-size: 2.5rem; /* Larger and more prominent heading */ + color: #ff6f61; + text-align: center; + margin-bottom: 20px; + } + + h2 { + font-family: 'Future2', Arial, sans-serif; + font-size: 1.75rem; /* Slightly smaller than h1 */ + color: #ff6f61; + margin-top: 30px; + margin-bottom: 10px; + } + + p { + font-family: Arial, sans-serif; /* Clean and easy to read */ + font-size: 1.125rem; /* Slightly larger for readability */ + font-weight: 300; /* Light font-weight for modern look */ + line-height: 1.6; /* Increase line spacing for readability */ + color: #ffffff; + margin-bottom: 15px; + } + .center-text { + text-align: center; + font-family: Arial, sans-serif; /* Optional: Choose your preferred font */ + font-size: 1.125rem; /* Adjust size if needed */ + margin: 20px 0; /* Adds space above and below the text */ + } \ No newline at end of file diff --git a/PrivacyPolicy/PrivacyPolicy.html b/PrivacyPolicy/PrivacyPolicy.html new file mode 100644 index 00000000..370e9e68 --- /dev/null +++ b/PrivacyPolicy/PrivacyPolicy.html @@ -0,0 +1,35 @@ + + +
+ + +Welcome to our Privacy Policy page. Your privacy is critically important to us.
+ +We collect several types of information for various purposes to provide and improve our service to you.
+ +We use the data we collect to operate, maintain, and improve our services. This includes using your data to understand how users interact with our services and to communicate updates.
+ +We use cookies and similar tracking technologies to track the activity on our website and hold certain information.
+ +You have the right to access, update, or delete your personal information. If you make a request, we have one month to respond to you.
+ +We may update our Privacy Policy from time to time. You are advised to review this page periodically for any changes.
+ +If you have any questions about this Privacy Policy, please contact us.
+