body{

font-family:Arial,sans-serif;

background:#f1f5f9;

}


.box{

max-width:500px;

margin:50px auto;

background:white;

padding:30px;

border-radius:12px;

box-shadow:
0 10px 30px #0002;

}



input,
textarea{

width:100%;

padding:12px;

margin-bottom:15px;

border:1px solid #ccc;

border-radius:6px;

box-sizing:border-box;

}



textarea{

height:150px;

}



button{

width:100%;

padding:14px;

background:#2563eb;

color:white;

border:0;

border-radius:6px;

font-size:16px;

cursor:pointer;

}



button:hover{

background:#1d4ed8;

}



.hp{

position:absolute;

left:-9999px;

}