@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');
            }

body {
                margin: 0;
                background-color: #000000;
                background-size: 15%;
                color: #ffffff;
                background-image: url("/assets/photos/stars5.gif");
            }

div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px;
}

h1 {font-family:'CloisterBlack', Georgia, Serif;}
h2 {font-family:'CloisterBlack', Georgia, Serif;}
h3 {font-family:'CloisterBlack', Georgia, Serif;}
p {font-family:'W95', Courier, Monospace;}


.box {
    border: solid;
    border-width: 1px;
    border-color: #ffffff;
    background-color: #2c2c2c;
    width: 600px;
    height: 350px;
    text-align: center;
   
}

a:link {
  color: #ffffff;
}
a:visited {
  color: #ffffff;
}
a:hover {
  color: #4A0000;
}
a:active {
  color: #EAA221;
}



