body{
margin:0;
padding:0;
background:#0a0a0a;
font-family:Arial;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
color:white;
text-align:center;
}

.title{
font-size:140px;
color:#00eaff;
text-shadow:0 0 30px #00eaff;
margin:0;
}

.subtitle{
font-size:28px;
margin-bottom:30px;
}

.btn{
padding:12px 30px;
background:#00eaff;
color:#000;
text-decoration:none;
border-radius:6px;
font-weight:bold;
}