*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    background-image: linear-gradient(to right,#fccfa6,#fe7ba3);
    font-family: 'Quicksand', sans-serif;
    font-size: 23px;
}
body::-webkit-scrollbar {
    width: 18px; 
    background: linear-gradient(to bottom,#fccfa6,#fe7ba3);             
}
body::-webkit-scrollbar-track {
    background: linear-gradient(to bottom,#fccfa6,#fe7ba3);      
    border: 2px solid rgb(105, 80, 80); 
    margin-left: 0px;
    border-radius: 5px; 
}
body::-webkit-scrollbar-thumb {
    background-color: transparent;    
    border-radius: 10px; 
    border: 2px solid rgb(105, 80, 80); 
}

#header{
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    display: flex;
    height:16vh;
    justify-content: center;
}
#logo{
    height: 100%;
}
#text{
    margin: 0% 3%;
}

#img1{
    width: 98.7vw;
    background-image: url("img1-5.jpg");
    background-size: cover;
    height: 80vh;
    margin: 0px;
}
#img1 img{
    width: 90%;
}
.img{
    height:240px;
    margin-top: 3%;
    border-radius: 10px;
    box-shadow: 2px 2px black;
}
#img4{
    height:84vh;
    text-align: center;
    margin-left: 3%;
    border-radius: 20px;
    box-shadow: 2px 2px black;
}
#img5{
    border-radius: 20px;
    box-shadow: 2px 2px black;
}
#img_txt{
    margin-left: 12%;
    font-weight: bold;
}

.container{
    display: flex;
}

.wid{
    width: 32%;
    text-align: center;
}
.text{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2% 0%;
}
.text p{
    width: 90%;
    font-size: 23px;
}

#box{
    width: 32%;
    float: right;
    /* margin-left: 20%; */
}
#discography{
    border: 2px solid black;
    height: 73vh;
    overflow: auto;
    border-top: 0px;
    border-radius: 15px;
}
#discography::-webkit-scrollbar {
    width: 18px;              
}
#discography::-webkit-scrollbar-track {
    background: #fccfa6;      
    border: 2px solid black; 
    margin-left: 0px;
    border-radius: 20px; 

}
#discography::-webkit-scrollbar-thumb {
    background-color: #fdb3a5;    
    border-radius: 20px; 
    border: 2px solid black; 
}

.d{
    padding-left: 1%;
}
.y{
    padding-left: 1%;
    color: rgb(107, 106, 106);
    border-top: 2px solid black;
    /* text-align: center; */
}

#members{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
}
.m{
    border: 2px solid black;
    width:80%;
    border-radius: 8px;
    padding: 0.5%;
}

#footer{
    background-color: black;
    color: white;
    height:120px;
}
#icons{
    padding: 1.5%;
    padding-top: 0%;
}
#icons a{
    padding: 0.5%;
    color: white; 
    text-decoration: none;
}
#icons a:hover{
    color: #fe7ba3;

}