header{
    position: relative;
    z-index: 10;
}
.innermain{
    width: 100%;
    height: 200vh;
    background-color: black;
}
.position-box{
    position: relative;
    width: 100%;
    text-align: center;
    
}
.innermain h2{
    position: absolute;
    top: 165px;
    left: 550px;
    width: fit-content;
    font-size: 90px;
    z-index: 6;
    background-color: rgb(255, 251, 132);
    color: rgb(54, 6, 6);
}

.caption{
     position: absolute;
    top: 600px;
    left: 450px;
    z-index: 5;
    width: 700px;
    height: 535px;
    font-size: 20px;
    background-color: rgba(255, 235, 205, 0.823);
    border-radius: 5px;
    background-image: url(../img/flame.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 150px 60px 50px;
    text-align: left;
    letter-spacing: 0.2em;
}
.caption h3{
    position: absolute;
    top: 50px;
    left: 110px;
    width: 70%;
    font-size: 30px;
    color: rgb(93, 0, 0);
    text-indent: 0;
}
.caption p{
    position: unset;
    color: rgb(126, 1, 1);
    margin-top: 10px;
}
.img01{
    width: 70%;
    position: absolute;
    top: -80px;
    left: 220px;
    z-index: 1;
}
footer{
    position: relative;
    z-index: 7;
}