body {
background: url("https://i.pinimg.com/736x/22/43/1b/22431bbc0c5c31dbba7cbf207dd41f68.jpg");
color: black;
font-family: Verdana;
background-size: cover;
overflow: hidden;
}

.topbar {
background: linear-gradient(to top, rgba(227, 245, 255, 0.9), rgba(206, 229, 242, 0.9), rgba(184, 211, 227, 0.9), rgba(167, 198, 217, 0.9), rgba(149, 185, 207, 0.9), rgba(130, 168, 191, 0.9), rgba(112, 154, 179, 0.9));
margin-top: 10px;
margin-bottom: 10px;
border: 1.5px solid #4A4A4A;
border-radius: 4px 4px 0 0;
box-shadow: inset #FFFFFF 1px 1px 0;
width: 500px;
}

.welcome {
background: linear-gradient(to bottom right, white, white, #E6F7FC);
border-right: 1.5px solid #4A4A4A;
border-left: 1.5px solid #4A4A4A;
border-bottom: 1.5px solid #4A4A4A;
margin-top: -10px;
width: 500px;
height: 370px;
overflow: scroll;
overflow-x: hidden;
}

.welcome video {
display: block;
margin: 0 auto;
width: auto;
height: 265px;
margin-top: 10px;
border: 2px solid #4A4A4A;
border-radius: 30px;
}

::-webkit-scrollbar {
width: 16px;
height: 16px;
}

::-webkit-scrollbar-track {
  background: white;
}
 
::-webkit-scrollbar-thumb {
background: #c0c0c0;
}

::-webkit-scrollbar-thumb:hover {
background: #ABABAB; 
}

::-webkit-scrollbar-button:single-button:decrement {
background: lightgray;
height: 16px;
width: 16px;
background-image: url("data:image/svg+xml;utf8,<svg width='8' height='8' xmlns='http://www.w3.org/2000/svg'><polygon points='0,6 4,2 8,6' fill='black'/></svg>");
background-repeat: no-repeat;
background-position: center;
}

::-webkit-scrollbar-button:single-button:increment {
background: lightgray;
height: 16px;
width: 16px;
background-image: url("data:image/svg+xml;utf8,<svg width='8' height='8' xmlns='http://www.w3.org/2000/svg'><polygon points='0,2 4,6 8,2' fill='black'/></svg>");
background-repeat: no-repeat;
background-position: center;
}

.welcome h1 {
color: #11A3CF;
text-align: center;
text-shadow: 0 0 9px #19B6E6;
display: block;
margin: 0 0 20px 0;
font-family: "Roboto";
font-size: 50px;
font-weight: normal;
margin-bottom: 0;
}

.welcome p {
font-family: "Roboto";
font-size: 14px;
color: #4A4A4A;
margin-top: 5px;
}

.topbar input[type=text] {
float: right;
margin-top: 10.5px;
margin-right: 17px;
border-radius: 5px;
border: 1px solid #4A4A4A;
}

.topbar img {
margin-top: 3px;
margin-left: 5px;
}

.nav {
float: right;
height: auto;
Width: auto;
margin-top: -436px;
margin-right: 729px;
}

.popsongs {
float: right;
Height: 350px;
width: 340px;
background: linear-gradient(to top, rgba(227, 245, 255, 0.9), rgba(206, 229, 242, 0.9), rgba(184, 211, 227, 0.9), rgba(167, 198, 217, 0.9), rgba(149, 185, 207, 0.9), rgba(130, 168, 191, 0.9), rgba(112, 154, 179, 0.9));
box-shadow: inset #FFFFFF 1px 1px 0;
border: 1.5px solid #4A4A4A;
border-radius: 4px 4px 0 0;
margin-top: -420px;
}

.container {
background: linear-gradient(to bottom right, white, white, #E6F7FC);
border-right: 1.5px solid #4A4A4A;
border-left: 1.5px solid #4A4A4A;
border-bottom: 1.5px solid #4A4A4A;
border-top: 1.5px solid #4A4A4A;
overflow: scroll;
margin-top: 15px;
height: 330px;
width: 326.5px;
margin-left: 5px;
overflow-x: hidden;
}

.musicvideo {
text-align: center;
display: block;
margin-top: 10px;
margin-left: 4.7px;
}

.container h1 {
color: #11A3CF;
text-align: center;
text-shadow: 0 0 9px #19B6E6;
display: block;
margin: 0 0 20px 0;
font-family: "Roboto";
font-size: 40px;
font-weight: normal;
margin-bottom: 0;
}

ul {
list-style-type: none;
color: gray;
}

ul a {
color: white;
text-decoration: none;
background: linear-gradient(to top, rgba(227, 245, 255, 0.9), rgba(206, 229, 242, 0.9), rgba(184, 211, 227, 0.9), rgba(167, 198, 217, 0.9), rgba(149, 185, 207, 0.9), rgba(130, 168, 191, 0.9), rgba(112, 154, 179, 0.9));
border-radius: 2px;
border: 1px solid gray;
box-shadow: inset #FFFFFF 1px 1px 0;
}

ul a:hover {
text-decoration: underline;
color: #11A3CF;
text-shadow: 0 0 9px #19B6E6;
}

.active {
color: white;
text-transform: uppercase;
border-radius: 2px;
}

.topmainbar {
background: linear-gradient(to top, rgba(227, 245, 255, 0.9), rgba(206, 229, 242, 0.9), rgba(184, 211, 227, 0.9), rgba(167, 198, 217, 0.9), rgba(149, 185, 207, 0.9), rgba(130, 168, 191, 0.9), rgba(112, 154, 179, 0.9));
margin-top: -890px;
margin-left: 507px;
border: 1.5px solid #4A4A4A;
border-radius: 4px 4px 0 0;
box-shadow: inset #FFFFFF 1px 1px 0;
width: 826px;
height: 30px;
}

.prev, .next {
cursor: pointer;
top: 50%;
width: auto;
transform: translateY(-50%);
margin-top: -22px;
color: black;
font-size: 30px;
padding: 10px;
}

.myslide {
display: inline-block;
}

.next {
right: 0;
}

br {
display: block;
}

.title {
background: linear-gradient(to top, rgba(227, 245, 255, 0.9), rgba(206, 229, 242, 0.9), rgba(184, 211, 227, 0.9), rgba(167, 198, 217, 0.9), rgba(149, 185, 207, 0.9), rgba(130, 168, 191, 0.9), rgba(112, 154, 179, 0.9));
border: 1.5px solid #4A4A4A;
border-radius: 4px 4px 0 0;
box-shadow: inset #FFFFFF 1px 1px 0;
width: 200px;
height: 20px;
margin-top: 5px;
}

.newmusic {
white-space: nowrap;
background-color: white;
width: 200px;
height: 150px;
overflow: hidden;
margin-top: 0.3px;
margin-right: 10px;
border-right: 1.5px solid #4A4A4A;
border-left: 1.5px solid #4A4A4A;
border-bottom: 1.5px solid #4A4A4A;
}

.title h5 {
margin-top: 4.3px;
text-align: center;
color: #11A3CF;
text-shadow: 0 0 9px #19B6E6;
font-family: "Roboto";
font-weight: bold;
text-transform: uppercase;
margin-bottom: 0;
}

.newmusic img {
height: 130px;
width: auto;
border-radius: 7px;
border: 1px solid transparent;
}

.maincontainer {
background: linear-gradient(to bottom right, white, white, #E6F7FC);
border-right: 1.5px solid #4A4A4A;
border-left: 1.5px solid #4A4A4A;
border-bottom: 1.5px solid #4A4A4A;
width: 826px;
height: 850px;
margin-left: 507px;
overflow: scroll;
margin-top: -920px;
}