شروط الاستخدام | شات بينا
body{
font-family: Arial, Tahoma;
direction: rtl;
background:#f7f7f7;
margin:0;
padding:20px;
}
.chat-top{text-align:center;margin:25px 0;}
.chat-btn{
display:inline-block;
background:linear-gradient(135deg,#ff9800,#ff5722);
color:#fff;
padding:20px 60px;
font-size:24px;
font-weight:bold;
border-radius:60px;
text-decoration:none;
box-shadow:0 10px 25px rgba(255,87,34,.45);
transition:.3s;
}
.chat-btn:hover{transform:scale(1.05);}
.page_title{
font-size:28px;
font-weight:bold;
border-bottom:3px solid #ff5722;
padding-bottom:10px;
}
.text_title{font-size:20px;font-weight:bold;margin-top:20px;}
.text_text{font-size:16px;line-height:1.9;color:#444;}