@font-face {
	font-family: 'COOPBL';
	src: url('./COOPBL.TTF')
}

body {
	font-family: COOPBL;
	background-color: #2B61B5;
	display: flex;
	flex-direction: row;
	align-items: center;
  justify-content: center;
}

#bigh1 {
  font-size: 57px;
  -webkit-text-stroke: 1px black;
  background-image: linear-gradient(#87DBFF, #004996);
  color: transparent;
  background-clip: text;
}

.glasscontain {
  row-gap: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.glassbox {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  text-align: center;
  align-items: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(135, 219, 255, 0.7));
  width: 75vw;
  border-radius: 16px;
  color: #FFFFFF;
}

.glassbox2 {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  text-align: center;
  align-items: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(135, 219, 255, 0.7));
  width: 75vw;
  border-radius: 16px;
  color: #FFFFFF;
}

button {
  background-image: linear-gradient(#87DBFF, #003975);
  border: 1px solid black;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  font-family: COOPBL;
  font-size: 30px;
  border-radius: 8px;
  -webkit-text-stroke: 1px black;
}

button:active {
  background-image: linear-gradient(#446E80, #001C3B);
  color: #808080;
}

#buttons {
  display: flex;
  flex-direction: row;
}

.pagebuttons {
  width: 60vw;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.pagebutton {
  width: 220px;
  height: 50px
}

.pagebutton:hover {
  color: #C4C4C4;
}

.pagebutton:active {
  color: #808080;
}

ul {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  text-align: center;
  align-items: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(135, 219, 255, 0.7));
  border-radius: 16px;
  color: #FFFFFF;
}

.music-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
}

.music-player,
.playlist-container {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.playlist-container {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.playlist {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  -webkit-text-stroke: 0.5px black;
  background-image: linear-gradient(#87DBFF, #004996);
  color: transparent;
  background-clip: text;
  font-size: 20px;
}

.mp-art {
  width: 100%;
  display: flex;
  justify-content: center;
}

.mp-art img {
  width: 250px;
  max-width: 100%;
  height: auto;
}

#track-details {
  width: 100%;
  text-align: center;
}

.mp-time {
  width: 100%;
  text-align: center;
}

.progress-container {
  width: 80%;
  max-width: 400px;
}

.mp-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
}
