<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Access Blocked</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
background-color: #fe05a0;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
}
.message-box {
max-width: 700px;
padding: 2rem;
border: 1px solid #444;
border-radius: 12px;
background-color: #3d0f34;
}
.message-box h1 {
font-size: 1.75rem;
}
.message-box p {
margin-top: 1rem;
color: #bbb;
}
</style>
</head>
<body>
<div class="message-box">
<p>You are trying to access this website from a location which has an Age Verification Law in place. Since we are not able to determine your age while securing your Identity Documents we have opted to block traffic from your location.</p> <br/>
<small class="d-block mt-3">For Customer Support: <a href="https://www.kelseyobsession.net/contact" class="text-info">https://www.kelseyobsession.net/contact</a></small>
</div>
</body>
</html>