body { 
  background: #bc2222; 
  background-image: url("/tuff.jpg");
  background-size: contain; 
  
  /* background-repeat: no-repeat; */
}
#Title {
  font-size: 67px;
  display: grid;
  place-items: center;
  background-color: #bc2222;
}
#Brainrot-Essay{
  background-color: #228bbc86;
}

.big { font-size: 100px; }
#paragraph1{ color: rgb(14, 183, 255); }
#halloweenBtn{
  height: 50px;
  width: 500px;
  align-items: center;
}