 :root {
                --body-bg-image: url('/Church Assets/Images/camino_background2.png');

                /* colors */
                --content: #716751;
            }
            
            @font-face {
                font-family: CloisterBlack;
                src: url('https://churchofmidnight.neocities.org/Church Assets/Fonts/CloisterBlack.ttf');
            }
            @font-face {
                font-family: W95;
                src: url('https://churchofmidnight.neocities.org/Church Assets/Fonts/W95.otf');
            }

            body {
                font-family: 'W95', serif;
                margin-top: 10px;
                background-color: #F1E9D2;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                color: #716751;
                background-image: var(--body-bg-image);
            }
            
            h1 {
              font-family: 'CloisterBlack', serif;
              text-align: center;
              color:#990000;
              }

.parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
}