html{
    scroll-behavior: smooth;
}
.text-gray-60p0{
    color:mediumslateblue;
}
.text-gray-60p0:hover{
    color:gray;
}
.object-cover{
    border-radius: 6%;
}
.w-half{
    width:50%;
}
.text-gray-6p00{
    background-color:aqua;
}
.colclas{
    background-color:white;
}
.text-gray-600p{
    background-color:aquamarine;
}
.otext-gray-600{
    background-image:url("https://source.unsplash.com/1400x900/?Music,Dance,Singing");
}
.logo{
    width:20%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.logo img{
    width:50%;
    border:2px solid black;
    border-radius:50px;
}
.text-gray-500{
    color:dimgray;
}
.ptext-gray-600{
    background-color: darkturquoise;
}
.paddingdown2{
    padding-bottom: 20px;
}
.colchange1{
    color:crimson;
    padding-bottom: 5px;
}
.fontsizelow1{
    font-size:large;
}
.col2{
    color:aqua;
}
.invisible{
    color:transparent;
}
.Button3{
    /* padding-top:20px; */
    padding:1px 14px;
    margin:7px 3px; 
    border:2px solid black;
    border-radius: 5px;
    background:none;
    background-color:rgb(250, 185, 244);
    color:#000000;
    cursor:pointer;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* font-size: 15px; */

}
.text-gray-6000{
    background-color:azure;
}
.Aditya-The-Rock{
    color: black;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 25px;
    padding: 10px 400px;
    position: center;
}
.Aditya-The-Rock1{
    padding:0px 400px;
    color:grey;
}
.Aditya-The-Rock2{
    padding:20px 400px;
    color:darkgray;
}
@media only screen and (max-width:1150px){
    .Aditya-The-Rock{
        padding:0px 0px;
    }
    .Aditya-The-Rock1{
        padding:0px 0px;
    }
    .Aditya-The-Rock2{
        padding:0px 0px;
    }
}
