
@media  only screen and (min-device-width: 768px) 
{
    .form-container {
      padding: 5%;
      background: #ffffff;
      border: 9px solid #f2f2f2;            
      max-width: 520px;
      margin: auto;
    }

}

h1, p 
{
  text-align: center;
}

p
{
    font-size: 16px;
}

h1.header
{
    font-size: 40px;
}
    

h3.contact, h1.contact
{
    font-size: 30px;
}

input, textarea , button
{
  width: 100%;
}    

textarea
{
  height: 200px;
}

