body {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  color: #333;
  background-color: #fff;
}

header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  margin: 0 15px;
}

nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.hero {
  text-align: center;
  padding: 80px 20px;
  background-color: #fdeef1;
}

h1, h2, h3 {
  color: #444;
}

.intro, .cta, .about, .contact {
  text-align: center;
  padding: 40px 20px;
}

.btn.fill {
  background-color: #ff80a8;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  font-weight: bold;
}

.btn.fill:hover {
  background-color: #ff4f82;
}

footer {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #eee;
}
