diff --git a/frontend/src/components/RSVPForm.tsx b/frontend/src/components/RSVPForm.tsx
index a68b320..ddb4ec5 100644
--- a/frontend/src/components/RSVPForm.tsx
+++ b/frontend/src/components/RSVPForm.tsx
@@ -210,23 +210,51 @@ const RSVPForm: React.FC = () => {
if (success) {
return (
-
-
-
- Thank You!
-
-
- Your RSVP has been submitted successfully.
-
-
-
-
+
+
+
+
+ Thank You!
+
+
+ Your RSVP has been submitted successfully.
+
+
+
+
+
+
+
+
);
}