<!-- bishop2.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bishop² – Elevate Your Game</title>
<style>
body {
background-color: #1e1e2e;
color: #f8f8f2;
font-family: 'Clash Grotesk Bold', serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
</style>
</body>
</html>