body {
    background-color: rgb(0, 0, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
}
h1 {
    color: white;
    text-align: center;
}  
h3 {
    color: rgb(0, 0, 0);
    text-align: center;
}  
p {
    color: rgb(0, 255, 234);
    text-align: center;
}    
.story {
    margin: auto;
    width: 360px;
    height: 580px;
}
.fire1 {
    margin: auto;
    width: 50px;
    position: relative;
    top: 50px;
    left: 120px;
}
.fire2 {
    margin: auto;
    width: 50px;
    position: relative;
    top: -163px;
    left: -130px;
}
.fire3 {
    margin: auto;
    width: 50px;
    position: relative;
    top: -263px;
    left: 90px;
}
img {
    image-rendering: crisp-edges;
    max-width: 100%;
  }
