body {
    background-image: url(IMG2);
    background-color: black;
     background-size: cover;   
    background-repeat: repeat;
    background-size:auto;
}
body {
    color: rgb(255, 0, 0);
    font-family: 'Creepster', cursive;
  }

 .petitionbutton{
  position: fixed;
  top: 100px;
  width: 200px;
  height: 400px;
  border-color: rgb(172, 113, 65);
  border-style: groove;
  border-radius: 10px;
  border-width: 20px;

 }

 .BOX1{
    position: absolute;
align-items: center;
    text-align: center;
background-color: black;
width: 400px;
    left: 40%;

 }