@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

body {
  margin: 0;
  width: 100%;
}

h3 {
  font-size: 1.3rem;
  font-weight: 400;
}

header {
  align-items: center;
  background-color: #ebf2f1;
  display: flex;
  flex-direction: column;
  font-family: "Nunito", sans-serif;
  padding: 2rem;
  text-align: center;
}

header h1 {
  font-weight: 400;
  line-height: 4rem;
  margin: 0;
}

.title-digital {
  font-size: 4.7rem;
  letter-spacing: 0.15rem;
}

.title-biz {
  color: #e8a0a1;
  font-size: 3.9rem;
}

header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  margin: 0;
}

header .subtitle {
  font-family: "Montserrat", sans-serif;
  background-color: #b1d7d2;
  padding: 0.5rem;
  border-radius: 0.25em;
}

header .subtitle span:first-child {
  color: whitesmoke;
}

header .subtitle span:last-child {
  color: #e8a0a1;
}
