  body {
  background-color: black;
  color: green;
  font-family: 'Ravenscroft';
  text-align: Center;
  line-height: 0.5; 
  margin: 5px;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@font-face {
    font-family: 'Ravenscroft';
    src: url("https://theghoulishsanctuary.neocities.org/fonts/Ravenscroft.ttf"),
}

	h1 {
  font-size: 6em;
      line-height: 0; /* Increase the line spacing between paragraphs */

}

h2 {
  font-size: 3em;
    line-height: 0; /* Increase the line spacing between paragraphs */
}

h3{
  font-size: 2em;
    line-height: -0; /* Increase the line spacing between paragraphs */
}

p {
  font-size: 2em;
    line-height: 0; /* Increase the line spacing between paragraphs */
}
.booking-box {
  width: 500px;
  background: rgba(0, 0, 0, 0.7);
  border: 15px transparent;
  padding: 10px;
  margin: auto;
}
.background1{
  background-image: url("/images/parlor.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
