body {
background: linear-gradient(to bottom, #403f56, #5b577d, #403f56);
}

html {
  height: 100%;
}
body {
  min-height: 100%;
}

.add-margin {
padding-top: 40px;
max-width: 1140px;
}

.text-class h1 {
Font-Family: 'Merriweather', Serif;
Font-Size: 42px;
margin-bottom: 30px;
color: white;
}

.text-class p {
Font-Family: 'Muli', Sans-Serif;
Font-Size: 16px;
color: white;
}

.text-class p a {
color: white;
font-weight: bold;
}