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

}

h1, h4
{
  text-align: center;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

}

.headline {
    font-weight: 600;
    font-size: 7rem;
    margin-bottom: 0.4rem;
}

.subhead {
    margin-bottom: 4rem;
}


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

#send {
    margin-top: 2rem;
}
