body {
    font-family: 'Work Sans', sans-serif;
    background-color: rgb(5, 36, 21);
    padding-left: 100px;
    padding-right: 100px;
}

.hedding {
    color: rgb(217, 255, 0);
}
h1{
    color: rgb(217, 255, 0);
}
a {
    color: rgb(255, 0, 234);
    text-decoration: none;
    margin-left: 10px;
    font-weight: 600;
    padding: 3px;
}
a:hover {
    text-decoration: underline;
    background-color: rgb(3, 65, 8);
    border-radius: 8px;
}
.highlight a {
color: rgb(255, 0, 234);
text-decoration: none;
margin-left: 10px;
font-weight: 600;
padding: 3px;
}
.highlight a:hover {
text-decoration: underline;
background-color: rgb(3, 65, 8);
border-radius: 8px;
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
}
.info-text {
    color: rgb(10, 175, 24);
}
table {
    margin-top: 25px;
    width: 80%;
}
tr {
    text-align: center;
}
table a {
    color: #eeff00;
    text-decoration: none;
    font-weight: 600;
    padding: 1px;
}
table a:hover {
    background-color:rgb(3, 65, 8);
    cursor: pointer;
    text-decoration: underline;
    border-radius: 8px;
}
.legal-content {
color:rgb(10, 175, 24);
display: flex;
justify-content: center;
margin-top: 12px;
}
.legal-content a {
    color: rgb(255, 0, 234);
    text-decoration: none;
    margin-left: 10px;
    font-weight: 600;
    padding: 3px;

}
#eastereGG{
    scale: 50%;
}
p{
   color:yellow; 
}
.legal-content_container {
background-color: rgb(10, 48, 175);
border-radius: 8px;
}
#copyright {
font-weight: 600;
padding: 3px;
}
#search{
    margin-bottom: 10px;
}

/* Musik player in /player2.html */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400&display=swap');
*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
:root{
    --darktheme: #000;
    --lightheme: #cad3f2;
    --dark: #333;
    --light: #fff;
    --gradOrange: #D5A64A;
    --gradPink: #E132F2;
    --gradAqua: #0ACCCC;
    --gradBlue: #1919D3;
}


.wrapper{
overflow:hidden;
background-color: rgb(0, 0, 0);

margin: auto;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
transition: .5s ease-in;
}
.theme-control-container{
    padding:10px;
    width: 100%;
    height: 19px;
    position: absolute;
    top:0;
    display: flex;
    justify-content: flex-start;
}
.switch{
    background-color:var(--lightheme);
    width: 70px;
    height: 30px;
    border: 2px solid teal;
    border-radius: 25px;
}
.slider{
    position: relative;
    background-color: var(--dark);
    border-radius: 25px;
    width:30px;
    height: 27px;
    float:right;
    transition:  .4s ease-in-out;
    cursor: pointer;
}
.container{
    max-width: 500px;
    width: 500px;
    height: 600px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.container-circle1, .container-circle2{
padding: 10px;
display: flex;
flex-direction: column;
width: auto;
height: auto;
}
.container-circle1{
   justify-items: flex-start;
}

.outer-circle1 ,.outer-circle2{
    max-width: 300px;
    height: 300px;
    border-radius: 50%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-circle1 , .inner-circle2{
    background: var(--darktheme);
    padding: 1rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: .5s ease-in;
}
.outer-circle1{
    background:linear-gradient(to bottom right,var(--gradOrange),var(--gradPink));
    box-shadow: 0px 0px 20px var(--gradOrange) ,0px 0px 40px var(--gradPink);
    animation: circle-one 5s infinite;
}
.outer-circle2{
    transform: translateX(200px);
    background: linear-gradient(to bottom right, var(--gradAqua),var(--gradBlue));
    box-shadow: 0px 0px 20px var(--gradAqua),0px 0px 10px var(--gradBlue);
    animation: circle-two 5s infinite;
}
.inner-circle1{
    box-shadow: 0px 0px 20px inset var(--gradPink),0px 0px 20px inset var(--gradOrange);
}
.inner-circle2{
    box-shadow: 0px 0px 20px inset var(--gradBlue) ,0px 0px 10px inset var(--gradAqua);
}

.rectangle{
    position: absolute;
    background: linear-gradient(to bottom right, rgba(250, 249, 249, 0.645),rgba(255, 255, 255, 0.145));
    border: 0.1px solid rgba(206, 206, 206, 0.583);
    border-radius: 20px;
    max-width: 300px;
    width: 300px;
    height: 450px;
    z-index: 1;
    transform: translate(100px,50px);
    /* box-shadow: 0px 0px 10px #fff; */
    /* filter: blur(1.2px); */
    /* opacity: 0.95; */
    /* animation: reflections 10s infinite; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
/* animation for circles */
@keyframes circle-one {
    0% {box-shadow: 0px 0px 20px #D5A64A ,0px 0px 35px #E132F2}
    25% {box-shadow: 0px 0px 15px #D5A64A ,0px 0px 30px #E132F2}
    50%{box-shadow: 0px 0px 5px #D5A64A ,0px 0px 2px #E132F2}
    75%{box-shadow: 0px 0px 15px #D5A64A ,0px 0px 30px #E132F2}
    100%{box-shadow: 0px 0px 20px #D5A64A ,0px 0px 35px #E132F2}
}
@keyframes circle-two{
    0%{box-shadow: 0px 0px 2px #0ACCCC,0px 0px 1px #1919D3;}
    25%{box-shadow: 0px 0px 10px #0ACCCC,0px 0px 3px #1919D3;}
    50%{box-shadow: 0px 0px 20px #0ACCCC,0px 0px 10px #1919D3;}
    75%{box-shadow: 0px 0px 10px #0ACCCC,0px 0px 3px #1919D3;}
    100%{box-shadow: 0px 0px 2px #0ACCCC,0px 0px 1px #1919D3;}
}

/* for music player start here */

/* album logo */
.music-logo{
border: 0.1px solid rgba(206, 206, 206, 0.583);
border-radius: 20px;

width: 220px;
height: 220px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 0 5px inset #fff;
color: var(--light);
transition: 0.5s ease-in;
}
.music-logo i{
    font-size: 6rem;
}
/* track mins */
.controls{
    height: 4px;
    width: 210px;
    background: var(--light);
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--light);
    transition: 0.5s ease-in;
}
.controls i{
    
    /* color: #222; */
    position: absolute;
    left: 59%;
}
.controls-time{
    width: 210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:var(--light);
    font-weight: 200;
}

/* song name */
.music-name{
    color:var(--light);
    font-size: 1.2rem;
    font-weight: 400;
}
/* controls button  */
.player-btn{
    width: 210px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color:var(--light);
    font-size: 20px;
}

/* toogle classes */
.light-theme{
    background-color: var(--lightheme) !important;
}
.light{
    color: var(--light) !important;
}
.dark{
    color:var(--dark) !important;
    
}
.bgdark{
    background: var(--dark) !important;
}
.bglight{
    background: var(--lightheme) !important;
}
.opacity{
    opacity: 0.95;
}
.leftslider{
    float: left !important;
}
.bolder{
    font-weight: 400 !important;
}