* {
  margin: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(to right, #0034c246, #7affb1be);
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#fondo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

#player {
  width: 370px;
  height: 550px;
  border-top: 30px groove #7e19c2c9;
  border-bottom: 30px ridge #531cb8b9;
  border-radius: 30px;
  box-shadow: 0px 0px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.cont-album {
  width: 100%;
  height: 70%;
  background: #b4ad6f3d;
  background-size: cover;
  background-position: center;
  position: relative;
}

.cont-album img {
  border-radius: 50%;
  background: rgb(118, 129, 119);
  border: 10px solid white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

#albumArt{
  width: 100px;
}

.ct-player #tema {
  font-size: 15pt;
  text-align: center;
}

.ct-player {
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 35%;
  background-image: linear-gradient(to right, #bd17f0c7, #10f884bd);
  background-size: cover;
  z-index: 1; 
}

#controls {
  width: 100%;
  height: 100%;
  border-top: 50px #240066;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #3b39b100;
  display: flex;
  justify-content: center;
  position: relative;
  top: 2px;
}

#play-background {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

h4 {
  font-size: 20pt;
  padding: 10px;
  align-items: center;
  text-align: center;
  color: lightyellow;
}

#controls h5 {
  position: absolute;
  font-size: 10pt;
  margin-top: 210px;
  color: lightyellow;
  display: flex;
  right: 10px;
}

.redes {
  position: relative;
  display: flex;
  justify-content: left;
  margin: 0 20px;
  margin-top: 190px;
}

.redes li {
  height: 45px;
  list-style: none;
  margin: 0 8px;
  background: none;
  border-radius: 20px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 3px rgb(255, 153, 0);
  background: #200079b4;
  transition: transform 0.3s;
}

.redes li:hover {
  transform: scale(1.3);
  color: #b3ff00;
}

.redes a {
  text-decoration: none;
  color: inherit;
}

.redes i {
  font-size: 34px;
  color: #fcad1b00;
}

footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 0; 
}

.visualizer-container {
  width: 100%;
  display: block;
}

.visualizer {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 100px;
  background-color: #ac5e5e00;
  width: 100%;
  position: relative;
  z-index: -1; 
}

.bar {
  width: calc(100% / 16);
  background-color: #68a1a863;
}
