body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
}


.hero {
  background-color: #c5cae9;
    padding: 60px 45px;
  display: flex;
}

.hero-inner {
  max-width: 760px;
}

.hero h1 {
  font-weight: normal;
  font-size: 4rem;
  margin: 0;
}

.hero p {
  font-size: 1.18rem;
  line-height: 1.6;
}

.button {
  background-color: #3949ab;
    color: #FFF;
    text-decoration: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 1.18rem;
  display: inline-block;
}


.footer {
  text-align: center;
  padding: 20px 0;
  color: #999;
    font-size: .9rem;
}