body{

font-family:Arial;

background:#f2f2f2;

}

.container{

width:500px;

margin:40px auto;

background:white;

padding:30px;

border-radius:10px;

box-shadow:0 0 10px rgba(0,0,0,.2);

}

label{

display:block;

margin-top:15px;

font-weight:bold;

}

input,textarea{

width:100%;

padding:10px;

margin-top:5px;

border:1px solid #ccc;

border-radius:5px;

}

button{

margin-top:20px;

padding:12px;

width:100%;

background:#0066cc;

color:white;

border:none;

border-radius:5px;

font-size:16px;

cursor:pointer;

}

button:hover{

background:#004999;

}