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

}

h1, p 
{
  text-align: center;
}

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

label, legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
    margin-top: 2rem;
}