@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');

body {
  background-color: rgb(38, 38, 38);
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  width: 100%;
}

html {
  overflow-x: hidden;
}

.container-avatar {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 2rem;
}

.avatar #avatar {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  object-fit: cover;
}

#avatar {
  width: 100%;
  height: 100%;
}

.author {
  display: grid;
  position: relative;
  justify-content: center;
}

.container-description {
  display: grid;
  position: relative;
  justify-content: center;
  text-align: center;
}

.name {
  color: white;
  font-size: 1.5rem;
  font-family: 'Tilda';
}

.description {
  color: white;
  font-size: 1rem;
  font-family: 'Tilda';
  line-height: 1.5;
}

.icon a {
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.icon a:hover,
.icon a:visited,
.icon a:active {
  color: inherit;
}

#playPause,
#playPause2,
#playPause3,
#playPause4,
#playPause5,
#playPause6,
#playPause7,
#playPause8,
#playPause9,
#playPause11,
#playPause12,
#playPause13,
#playPause14,
#playPause17,
#playPause18,
#playPause19,
#playPause20,
#playPause21 {
  width: 2rem;
  height: 2rem;
  display: block;
  color: white;
  cursor: pointer;
  box-shadow: 0 0 0rem #ffffff;
  transition: transform 0.3s ease;
}

#playPause:hover,
#playPause2:hover,
#playPause3:hover,
#playPause4:hover,
#playPause5:hover,
#playPause6:hover,
#playPause7:hover,
#playPause8:hover,
#playPause9:hover,
#playPause11:hover,
#playPause12:hover,
#playPause13:hover,
#playPause14:hover,
#playPause17:hover,
#playPause18:hover,
#playPause19:hover,
#playPause20:hover,
#playPause21:hover {
  transform: scale(1.1);
  filter: brightness(1.5);
}

.for-tracks {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  margin: 0 auto;
}

.container-spectrum {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
}

.wave {
  width: 100%;
}

.icon-container {
  display: flex;
  position: relative;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.icon {
  color: #f9f9f9;
  font-size: 2.5rem;
  padding: 1rem;
  transition: transform 0.3s ease;
}

.icon:hover {
  transform: scale(1.1);
  filter: brightness(1.5);
}
.track1 {
  color: #ffffff;
  bottom: 1.5rem;
  left: 3rem;
  position: relative;
  font-size: 14px;
  font-family: 'Tilda';
}

@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  body {
    overflow-x: hidden;
    width: 100%;
  }

  .container-avatar {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 2rem;
  }

  .avatar #avatar {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    object-fit: cover;
  }

  #avatar {
    width: 100%;
    height: 100%;
  }

  .container-spectrum {
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
  }

  .wave {
    width: 100%;
  }

  #audio-spectrum,
  #second-audio-spectrum,
  #third-audio-spectrum,
  #four-audio-spectrum,
  #fifth-audio-spectrum,
  #sixth-audio-spectrum,
  #seventh-audio-spectrum,
  #eighth-audio-spectrum,
  #ninth-audio-spectrum,
  #eleventh-audio-spectrum,
  #twlth-audio-spectrum,
  #thrteenth-audio-spectrum,
  #fourteenth-audio-spectrum,
  #svnteenth-audio-spectrum,
  #eighteenth-audio-spectrum,
  #ninteenth-audio-spectrum,
  #twenteenth-audio-spectrum,
  #twen1teenth-audio-spectrum {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
  }

  .name {
    font-size: 16px;
  }

  .description {
    font-size: 10px;
  }

  .for-tracks {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin: 0 auto;
  }
  .track1 {
    color: #ffffff;
    bottom: 1.5rem;
    left: 3rem;
    position: relative;
    font-size: 10px;
    font-family: 'Tilda';
  }
}

@font-face {
  font-family: 'Tilda';
  src: url('./TildaSans.07TTF/TildaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
