@font-face {
  font-family: "diddyparty";
  src: url("https://bleeding.cc/fonts/epstein.otf") format("truetype");
}

body {
  font-family: "deadbs";
}



body {
  font-family: sans-serif;
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background-color:#060606;
  font-family: "diddyparty";
  font-size: 9px;
}


.socials{
    text-align: center;
}

.music{
    position: absolute;
}

.sss{
    color: #060606;
}


.zoom:hover{
    transform: scale(1.5);
    transition: 0.3s;
}

header {
  text-align: center;
  margin-bottom: 40px;
}

section {
  margin-bottom: 40px;
}

h1{
    color: white;
}

h2 {
  margin-bottom: 20px;
  color: #ffffff;
}

.tooltiptext{
    color: white;
}


.scroll-btn:hover {
  background-color: #ddd;
}


.playlist {
  margin-bottom: 460px;  
}

.scroll-btn {
  display: block;
  margin: 220px auto 0;
  background: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
}

.scroll-btn:hover {
  background: none;
  background-color: transparent;
  transform: scale(1.2);
}


.playlist h2 {
  color: white;
  margin-bottom: 15px;
}



.track-card {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 10px;
  background-color: #fff;
}

.track-card h3 {
  text-align: center;
  margin-bottom: 10px;
}
