body {
  margin: 0;
  font-family: 'Helvetica', 'Arial', Sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}
a {
  color: #028bdd;
  text-decoration: none;
}
a:hover, a:active {
  color: #b90d3e;
}
h1 {
  font-size: 42px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0px;
  background-color: #028bdd;
  background-image: linear-gradient(45deg, #028bdd, #b90d3e); /*#3365bf, #af4261*/
  background-clip: text;
  text-fill-color: transparent;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.tagline {
  margin: 0px;
  letter-spacing: 2px;
  color: #b90d3e;
}
.content {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 8vw;
  }
  .content {
    padding: 30px;
  }
}
