body{
font-family: 'Segoe UI', sans-serif;
background: linear-gradient(135deg,#667eea,#764ba2);
color:white;
}
.container{
width:90%;
max-width:700px;
margin:40px auto;
background:rgba(0,0,0,0.3);
padding:25px;
border-radius:15px;
box-shadow:0 0 20px rgba(0,0,0,0.5);
}
h1{text-align:center;}
input,textarea{
width:100%;
padding:10px;
margin:8px 0;
border-radius:8px;
border:none;
}
button,.btn{
background:#00e5ff;
color:black;
border:none;
padding:12px;
width:100%;
border-radius:10px;
margin-top:10px;
cursor:pointer;
font-weight:bold;
text-decoration:none;
display:block;
text-align:center;
}
button:hover,.btn:hover{
background:#00bcd4;
}
