
.form-container {
  background: #ffffff;
  border: 9px solid #f2f2f2;            
 }

h1, p 
{
  text-align: center;
}

input, textarea , button
{
  width: 100%;
}    
textarea
{
  height: 200px;
}

