body{

background:#f8f9fa;

font-family:Arial;

}

.container{

width:40%;

margin:60px auto;

background:white;

padding:40px;

border-radius:10px;

box-shadow:0 0 10px rgba(0,0,0,.2);

}

h1{

text-align:center;

margin-bottom:20px;

}

input,textarea{

width:100%;

padding:12px;

margin:12px 0;

border:1px solid #ccc;

border-radius:5px;

}

textarea{

height:120px;

}

button{

width:100%;

padding:12px;

background:#007BFF;

border:none;

color:white;

font-size:18px;

cursor:pointer;

border-radius:5px;

}

button:hover{

background:#0056b3;

}

footer{

margin-top:40px;

background:#222;

color:white;

text-align:center;

padding:20px;

}

footer a{

color:cyan;

}