*{
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
   background: black;
}
::-webkit-scrollbar-thumb{
    background: rgba(255, 255, 255, 0.46);
    border-radius: 1rem;
}
::-webkit-scrollbar-thumb:hover{
    background: rgba(255, 255, 255, 0.814);
}

.banner{
    width: 100%;
    height: auto;
    background-image: linear-gradient(90deg, rgba(0,0,0), rgb(25, 1, 33));
}


.navbar{
    width: 100%;
    height: 1vh;
    background-color: black;
    margin: auto;
    display: flex;
    padding: 35px 0;
    align-items: center;
    justify-content: space-between;
}
.navbar img{
    width: 15vh;
    cursor: pointer;
}
.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
}
.navbar i{
    color: white;
}
.navbar i:hover{
    color: rgb(157, 0, 255);
    transition: 0.25s;
}
.content1{
    width: 85%;
    height: auto;
    background-color: rgba(125, 92, 3, 0);
    margin: auto
}

.footer {
    width: 100%;
    height: 15vh;
    background-color: black;
    text-align: center;
}

.footer img{
    width: 15vh;
    padding-top: 1vh;
}
.footer p{
    color: rgb(138, 0, 207);
    padding-top: 10px;
    font-family: 'Courier New', Courier, monospace;
}

.title{
    background: linear-gradient(90deg ,rgb(91, 0, 148), rgb(52, 0, 76));
    padding: 15px;
    max-width: 75%;
    width: auto;
    margin: auto;
    margin-top: 3vh;
    border-radius: 0.5rem;
}
.title h1{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.player_container{
    width: auto;
    height: auto;
    margin-top: 3vh;
}
.description{
    background: linear-gradient(90deg ,rgb(91, 0, 148), rgb(52, 0, 76));
    max-width: 75%;
    width: auto;
    margin: auto;
    margin-top: 3vh;
    border-radius: 0.5rem;
    padding: 15px;
}
.description h2{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: xx-large;
    padding-bottom: 10px;
}
.description p{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
}
.description a{
    text-decoration: underline;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
.fullscreenBTN{
    height: auto;
    max-width: 23vh;
    margin-left: 75%;
    cursor: pointer;
    padding-top: 3vh;
}
.controls h2{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: xx-large;
    padding-bottom: 10px;
}
.controls{
    background: linear-gradient(90deg ,rgb(91, 0, 148), rgb(52, 0, 76));
    max-width: 75%;
    width: auto;
    margin: auto;
    margin-top: 3vh;
    border-radius: 0.5rem;
    padding: 15px;
}
.controls i{
    padding-top: 2vh;
    float: left;
}
.controls p{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
    padding: 15px;
    margin-left: 2vh;
}
.agrating{
    background: linear-gradient(90deg ,rgb(0, 117, 18), rgb(0, 76, 10));
    max-width: 75%;
    width: auto;
    margin: auto;
    margin-top: 3vh;
    border-radius: 0.5rem;
    padding: 15px;
}
.agratingt{
    background: linear-gradient(90deg ,rgb(0, 81, 179), rgb(0, 1, 76));
    max-width: 75%;
    width: auto;
    margin: auto;
    margin-top: 3vh;
    border-radius: 0.5rem;
    padding: 15px;
}
.agratingt p{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: x-large;
    padding: 15px;
    margin-left: 3.5vh;

}
.agratingt h2{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: xx-large;
    padding-bottom: 10px;
}
.agratingt img{
    width: 3.5vh;
    float: left;
}
.agrating p{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: x-large;
    padding: 15px;
    margin-left: 3.5vh;

}
.agrating h2{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: xx-large;
    padding-bottom: 10px;
}
.agrating img{
    width: 3.5vh;
    float: left;
}
.plusInfo{
    background: linear-gradient(90deg ,rgb(91, 0, 148), rgb(52, 0, 76));
    max-width: 75%;
    width: auto;
    margin: auto;
    margin-top: 3vh;
    border-radius: 0.5rem;
    padding: 15px;
    margin-bottom: 2vh;
}
.plusInfo h2{
    color: white;
    font-size: xx-large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-bottom: 10px;
}
.plusInfo p{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
    padding: 15px;
    transform: translateX(1vh);
}
.plusInfo img{
    width: 3.5vh;
    height: auto;
    float: left;
}
.plusInfo a{
    color: rgb(157, 0, 255);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: underline;
    font-size: large;
}
.footer i{
    color: white;
    margin-top: 2vh;
}
.footer i:hover{
    color: #9d00e6;
    transition: 0.25s;
}




