#elmo {
  width: 1200px;
  height: auto;
  display: block;
  margin: auto;
}

body {
  background-color: black;
  text-align: center;
}

p {
  color: white;
  position: relative;
  bottom: 840px;
  z-index: 1;
}

#firetext {
  width: 300px;
  height: auto;
  position: relative;
  bottom: 830px;
  display: block;
  margin: auto;
  z-index: 1;
  }
  
  .home {
    width: 50px;
    position: relative;
    bottom: 850px;
    transition: transform 0.5s ease;
  }
  
  .home:hover {
     transform: rotate(-180deg);
  }