Sakhi AI Calling
body{
margin:0;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
font-family:Arial;
background:#080812;
color:white;
}
.call-box{
width:320px;
padding:35px;
text-align:center;
border-radius:25px;
background:linear-gradient(135deg,#ff2d95,#4b00ff);
box-shadow:0 0 30px #ff2d95;
}
.avatar{
width:100px;
height:100px;
margin:auto;
border-radius:50%;
background:white;
color:#4b00ff;
display:flex;
align-items:center;
justify-content:center;
font-size:35px;
font-weight:bold;
}
h1{
margin-top:20px;
}
.status{
background:rgba(255,255,255,.2);
padding:10px;
border-radius:20px;
margin:20px;
}
button{
padding:15px 30px;
border:0;
border-radius:30px;
font-size:18px;
cursor:pointer;
background:white;
color:#4b00ff;
}