body{
    background-color: black;
    margin: 0px;
}
h1{
    color:rgb(250, 155, 31);
    text-align: center;
    
}
#image1{
    width: 100%;
    height: 300px;
}
.container{
    width: 40%;
    float: left;
    
}
.text{
    width: 55%;
    color: white;
    float: left;
    margin-left: 20px;
    text-align: center;
}
p{
    margin-top: 80px;
}
span{
    font-size: 11px;
}
#image2{
    width: 100%;
    height: 450px;
}
.biography{
    width: 100%;
    height: 380px;
    background-image: url("bts5.jpg");
    background-repeat: repeat;
    background-size: cover;
    margin-top: 330px;
}
.text2{
   width: 54%;
   height: 380px;
   background-color: rgb(0, 0, 0);
}
.inner-text{
   width: 85%;
   margin: auto;
   
}
#heading{
   text-align: left;
   color: white;
   

}
#para{
   margin: 0;
   text-align: justify;
   color: white;
}
.last-container{
    width: 100%;
    height: 200px;
    margin-top: 20px;
    background-color: rgb(169, 169, 172);
}
#image4{
    margin-left: 30px;
    margin-top: 30px;
    width: 11%;
    border-radius: 50%;
}
#image5{
    margin-left: 19px;
    margin-top: 30px;
    width: 11%;
    border-radius: 50%;
}

.footer{
    margin-top: 20px;
    margin-left: 300px;
}
@media (min-width: 320px) and (max-width: 480px){
   
    #image1{
        width: 100%;
        height: 200px;
    }
    .container{
        width: 38%;   
    }
    .text{
        margin-left: 10px;
    }
    p{
        margin-top: 40px;
        font-size: 10px;
    }
    span{
        font-size: 8px;
    }
   
    .biography{
        width: 100%;
        height: 300px;
        background-image: url("bts5.jpg");
        background-repeat: repeat;
        background-size: cover;
        margin-top: 250px;
    }
    .text2{
       width: 60%;
       height: 300px;
       background-color: rgb(0, 0, 0);
    }
    
    #para{
       margin: 0;
       font-size: 8px;
       text-align: justify;
       color: white;
    }
    #image4{
        margin-left: 20px;
        margin-top: 30px;
        width: 9%;
        border-radius: 50%;
    }
    #image5{
        margin-left: 10px;
        margin-top: 30px;
        width: 9%;
        border-radius: 50%;
    }
    
    .footer{
        margin-top: 20px;
        margin-left: 70px;
    }
    .last-container{
        height: 130px;
    }
}