<!DOCTYPE html>

<html>

<head>

<title>CASYN AI</title>

<meta charset="UTF-8">


<style>

body{

font-family: Arial;

background:#f7f7f7;

text-align:center;

margin-top:120px;

}


h1{

font-size:60px;

}


p{

font-size:20px;

color:#555;

}


button{

margin-top:30px;

padding:16px 32px;

font-size:18px;

background:black;

color:white;

border:none;

border-radius:6px;

cursor:pointer;

}

</style>


</head>


<body>


<h1>CASYN</h1>


<p>Know your legal case before you call a lawyer.</p>


<button>Start Free Case Analysis</button>


</body>


</html>