/* sets background image to fixede  */

#main.site-main {
background-color: #f2efde;
background-image: url("https://sainttimothyrocor.net/wp-content/uploads/2022/04/SaintMargaretWhiteBackground.png");
background-repeat: repeat;
background-attachment: fixed;
}

@media screen and (max-width: 640px) {
#main.site-main {
background-color: #f2efde;
background-image: url("https://sainttimothyrocor.net/wp-content/uploads/2022/04/SaintMargaretWhiteBackground.png");
background-repeat: repeat;
background-attachment: fixed;
}
}

/* correct line spacing */


p.small {
  line-height: 0.7;
}

p.big {
  line-height: 1.8;
}