* {
  font-family: 'Montserrat', sans-serif;
  color: black;
}

h1 {
  margin: 70px 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #0d1844;
}

h1, h2, h3, h6, h4 {
  text-transform: uppercase;
}

.background {
  background: url(../img/background.png) no-repeat center center;
  background-size: cover;
}

.copy p {
  color: white;
  font-weight: 400;
}

.rights {
  margin-top: 10px;
  color: white;
  font-size: 9px;
}

.rights a {
  color: white;
  font-size: 9px;
  font-family: 'Montserrat', sans-serif;
}
/*# sourceMappingURL=style.css.map */