@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
body {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}

p.copy-text {
  line-height: 2;
  letter-spacing: 1px;
}

.wrapper {
  max-width: 800px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 22px 44px;
  background: #fff;
  box-sizing: border-box;
}

a.pinklink:link {
  color: #E6044A;
}
a.pinklink:hover {
  color: #F2477C;
}

.h1 {
  font-size: 60px;
}

.centered {
  margin: 70px 0;
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
}

footer {
  display: flex;
  justify-content: center;
  width: 100%;
}

.btn {
  background-color: #E6044A;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.9px;
  box-shadow: 0px 0px 9px rgba(233, 30, 99, 0.33);
}

.cta-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 80px 0;
}

/*# sourceMappingURL=app.css.map */
