* {
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    color: rgb(52, 126, 196);
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 100px;
}

ul {
    font-size: 20px;
    color: rgb(255, 145, 20);
    text-align: center;
    
}
p,
h3,
h2,
h4,
h5 {
    text-align: center;
}
body {
    ackground-color: rgb(36, 41, 41);
    background-image: url(../newbackground.png);
}
img {
    
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    

}
figure {
    float: center;
    text-align: center;
    color: rgb(201, 201, 201);
}
h6 {
    text-align: center;
    color: rgb(68, 77, 77)
}
#event {
    color: crimson;
    font-family: 'Courier New', Courier, monospace;
    font-size: 250%;
    
}
#spooky {
    opacity: 0.3;
    height: 150;
    width: 100;
    margin-right: 2000px;
    min-width: 100%;
}
#loop {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    
}

@media only screen and (max-width: 800px) {
    img {
        width: 75%;
    }


}