body {
    background-color: rgb(248, 149, 36);
    text-align: Center;
}

h1 {
    border: 4px solid black;
    /* height: 300px; */
   /* line-height: 280px; */
    text-align: center;
    padding: 90px 8px 40px 8px; 
    margin: 16px 0px;
    position: relative;
    

    background-image: url(/images/halloween1.jpg);
    background-size: cover;
    background-position: 50% 80%;
}

p {
    margin: 10px;
    margin-left: 10px;
}
    

h2 {
  text-decoration: underline;
  text-decoration-style: wavy;
    text-decoration-color: #9C31D0;
}


