OMhtml, body {
    height: 100%;
}

.blog-heading{
  font-family: 'Poppins', sans-serif;
  padding-top:40px;
  color:white;
}

.form-container {
    width: 100%;
    max-width: 330px;
    margin: auto;
}

.contact-container{
    width: 100%;
    max-width: 520px;
    margin: auto;
  
}

#cover{
    height: 500px;
    background: url('/static/images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}