
/* Main scripture copy */
.pagebody {
  width:400px;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 200px;
  line-height: 2em;
}

.pagebody h1 {
  font-size: 100px;
  font-family: Rajdhani;
  font-weight: 300;
}

.pagebody p {
  text-align: justify;
}

.pagebody ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.pagebody a {
    font-family: Lato;
    font-size: 30px;
    text-decoration: none;
    color: #333333;
    text-align: center;
  }

/* Main scripture copy on MOBILE */
@media (max-width: 600px) {

.pagebody {
  width:60%;
  margin-top: 20%;
  margin-bottom: 200px;
  margin-left: 20%;
  position: relative;
  line-height: 2em;
}

.pagebody h1 {
  letter-spacing: 2px;
  font-size: 75px;
  font-family: Rajdhani;
}

.pagebody p {
  text-align: justify;
}
  
}
