html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: 'Pacifico', cursive;
  background: #134e5e; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #43C6AC,
    #191654
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #43C6AC,
    #191654
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

a:link {
  color: #a6e5da;
  text-decoration: none;
}

a:visited {
  color: #a6e5da;
}

a:hover {
  color: #b2e6f0;
}

h1 {
  font-size: 112px;
  margin: 0;
  text-align: center;
}

.title {
  color: #e1e1e1;
}

.subtitle {
  font-family: 'Open Sans', sans-serif;
  color: #a6e5da;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.flex-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.heading {
  display: flex;
}

.email {
  color: #b2e6f0;
  margin-top: 10px;
}

.tagline {
  letter-spacing: 2px;
}


@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 80px;
  }
  .content {
    max-width: 800px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
