Virtual Escape Room
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elevent Information</title>
<link rel="stylesheet" href="https://cdn.bookelevent.com/build/app.519223e7.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
<style>
 /* This custom CSS guarantees the box is centered regardless of your stylesheet */
 .centered-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
 }
 body {
  background-color: #f4f4f4; /* Ensures a background color for the page */
 }
</style>
</head>
<body>
<div class="centered-box p-8 m-4 bg-white border border-gray-300 rounded-lg shadow-md font-inter">
 <h1 class="font-semibold text-2xl text-[#3549AA] mb-4">You can book with confidence on Elevent.</h1>
 <p class="text-xs text-black leading-relaxed mb-4">
  The events on Elevent have an average review score of 4.85 stars out of 5 from over 60,000 reviews and counting. We have a 4.8 on Trustpilot with over xx reviews. Our Google review score is 5 stars.
 </p>
 <p class="text-xs text-black leading-relaxed mb-8">
  If you are ever not satisfied, we will make it right. We offer Elevent assurance which is included free of charge with every booking.
 </p>
 <h2 class="font-semibold text-2xl text-[#3549AA] mb-4">Elevent review process</h2>
 <p class="text-xs text-black leading-relaxed mb-4">
  At the end of each event, we will send an email asking event participants and event organizers for their thoughts on the event. We display these reviews on each of our events page. Customers are never incentivized to leave reviews.
 </p>
 <p class="text-xs text-black leading-relaxed mb-8">
  We will never email your event guests without your permission.
 </p>
 <h2 class="font-semibold text-2xl text-[#3549AA] mb-4">What is the difference between a listing rating and a host rating?</h2>
 <p class="text-xs text-black leading-relaxed mb-8">
  You may not know this but we capture rating from each of our hosts. If an event does not have any reviews we will list the host rating to give you an indicator of how a host performs to make a more informed decision about the event without ratings.
 </p>
 <h2 class="font-semibold text-2xl text-[#3549AA] mb-4">We would love to hear from you</h2>
 <p class="text-xs text-black leading-relaxed">
  If you ever need help, call or email our team. Jon, our CEO, is always available at <a href="mailto:jon@bookelevent.com" class="text-black no-underline">jon@bookelevent.com</a>.
 </p>
</div>
</body>
</html>