body {
	background: #202020;
}
.form-container {
    background: #202020;
	color: #eee;            
    max-width: 620px;
    margin: auto;
}
.form-container input, .form-container textarea {
    background: #333;
	border: 1px solid #666;
	color: #eee;
}

h1, p 
{
  text-align: center;
}

input[type="text"],input[type="email"], textarea , button
{
  width: 100%;
}    
textarea
{
  height: 80px;
}
@media  only screen and (max-device-width: 768px) 
{
    .form-container {          
      max-width: 100%;
      margin: auto;
    }

}