body {
  margin: 0;
}

.stack {
  width: 100%;
  height: 100vh;
  text-align: center;
  background-size: cover;
  /* background-position: 50% 50%; */
  color:#fff;

  /* make scrollable*/
  overflow-y: auto;
  overflow-x: hidden;
}

h1, h2, h3, p, a{
  position: relative !important;
}

a {
  text-decoration: none;
}

a {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

p, .mystery a {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.mystery a {
  text-decoration: underline;
}

a {
  color: #fff;
}

.text-center {
  width: 95%;
  margin: 0 auto;
}

.saintQuote h2, .saintQuote h3, .saintQuote p {
  top: 35%;
}

.signCross h1, .signCross p, .ourFather h1, .ourFather p {
  top: 30%;
}

.apostlesCreed h1, .apostlesCreed h3, .apostlesCreed p{
  top: 5%;
}

.apostlesCreed p {
  font-size: 1em;
}

.hailMary h1, .hailMary p, .gloryBe h1, .gloryBe p, .fatima h1, .fatima p {
  top: 30%;
}

.rosaryPrayer h1, .rosaryPrayer p {
  top: 20%;
}

.holyQueen h1, .holyQueen p {
  top: 5%;
}

.mystery h1, .mystery h2, .mystery p, .mystery a {
  top: 20%;
}

.one {
  background-image: url('https://unsplash.it/1920/1200?image=810');
}

.two {
  background-image: url('https://unsplash.it/1920/1200?image=797');
}

.three {
  background-image: url('https://unsplash.it/1920/1200?image=792');
}
