body{
  background-image: url("halloweenbackground.png");
  background-color: purple;
  font-size: 30px;
  border-style: hidden;
  color:lightblue;
}
h1{
  font-size: 50px;
  color: yellow;
  text-align: center;
}
.button {
  background-color: blueviolet;
  font-size: 30px;
  color:yellow;
}
#image{
  display: block;
}
#btn{
  display: block
}
#hiddenword{
  display: none;
}
#rules{
  display: none;
}
#btn1{
  display: none;
}
#instructions{
  display: none
}
#promotion{
  display: none
}
#story {
  display: none
}
.cute{
  width: 10%;
  height: 10%
}
h3{
  background-color: black;
  color: white;
  display: inline-flex;
}