/* Colors and Backgrounds */

body {
                margin: 0;
                background-color: #000000;
                color: #ffffff;
                background-image: url("/assets/photos/background.png");
                width: 100vw;
                height: 100vh;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }
            
a:link {
                    color: #ffffff;
                    text-decoration: none;
  }
a:visited {
                    color: #ffffff;
                    text-decoration: none;
  }
a:hover {
                    color: #ffffff;
                    text-decoration: none;
  }
a:active {
                    color: #ffffff;
                    text-decoration: none;
  }

/* Declaring Fonts */

@font-face {
                font-family: CloisterBlack;
                src: url('https://churchofmidnight.neocities.org/assets/fonts/CloisterBlack.ttf');
            }
            
@font-face {
                font-family: W95;
                src: url('https://churchofmidnight.neocities.org/assets/fonts/W95.otf');
            }

h1 {font-family:'CloisterBlack', Georgia, Serif;}
h2 {font-family:'CloisterBlack', Georgia, Serif;}
h3 {font-family:'CloisterBlack', Georgia, Serif;}
h4 {font-family:'CloisterBlack', Georgia, Serif;}
p {font-family: 'W95', Courier, Monospace;}


/* Styling Individual Elements */
#ruin {display: block;
       margin: auto;
       width: 50%}
#title {text-align: center;
         padding: 10px;}
#links {text-align: center;
            padding: 10px}

