body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 200;
  color: #000000;
}

h1 {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}

h2 {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 2.5rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 2rem;
}

p {
  font-size: 1.125rem;
  line-height: 1.6;
}
