body {
  background-color: #0D0D0D;
  color: #E0E0E0;
  font-family: 'Merriweather', serif;
  margin: 0;
}

h1, h2 {
  font-family: 'Creepster', cursive;
  color: #B30000;
}

a {
  color: #B30000;
  text-decoration: none;
}

a:hover {
  color: #660000;
}

p {
  line-height: 1.6;
  font-size: 18px;
 
}
main{
    text-align: justify;
    margin: 20px auto;
    width: 60%;
}
main h1,h2{
  text-align: center;

}
nav{
    text-align: center;
    padding: 20px 0;
    background-color: #1A1A1A;
    color: #E0E0E0;

}

.banner{
    background-image: url("../images/haunteBanner.jpg");
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    width: 80%;
    
}
.banner img{

    object-fit: cover;
  
    
}


nav a{
    padding: 0 10px;
}
nav a:hover{
    color: #FF3333;
}

footer{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
    background-color: #0B0B0B;
    color:#666666;
    padding: 20px 0;
    gap: 20px;
}

footer p{
  margin: 0;
  font-size: 12px;
}
footer a{
    color: #990000;
    
}

footer a:hover{
    color: #B30000;
    
}

/*auxiliary styles*/
.column{
  display: flex;
  flex-flow: column;
  

}

.w-100{

  width: 100%;
}
/*END auxiliary styles*/
