/* STYLE SHEET PRA PAGINA DO KAZUI */

/* BÁSICO */
body {
  background-image: url('assets/backgrounds/bg-03.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
}

/* ELEMENTOS */

#foto-principal {
  position: relative;
  top: 200px;
  left: -130px;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  background-color: white;
  border: 1px dashed black;
}

#nome {
  position: relative;
  top: 100px;
  left: -30px;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  background-color: white;
  border: 1px dashed black;
}

.music-player {
  position: relative;
  top:150px;
  right: -80px;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  background-color: white;
  border: 1px dashed black;
}

#player {
  position: relative;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  background-color: white;
  border: 1px dashed red;
}

.carta {
  position: relative;
  top: 200px;
  left: -90px;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  background-color: white;
  border: 1px dashed black;
}

#carta-titulo {
  position: relative;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  background-color: white;
  border: 1px dashed red;
}

.playlist {
  position: relative;
  top: 170px;
  right: -50px;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  background-color: white;
  border: 1px dashed black;
}

#playlist-titulo {
  position: relative;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  background-color: white;
  border: 1px dashed red;
}

.me-lembra {
  position: relative;
  top: 270px;
  left: -80px;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  background-color: white;
  border: 1px dashed black;
}

#lembra-titulo {
  position: relative;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  background-color: white;
  border: 1px dashed red;
}

.galeria {
  position: relative;
  width: 50px;
  height: 30px;
  top: 200px;
  right: -90px;
  margin: 0 auto;
  background-color: white;
  border: 1px dashed black;
}

#galeria-titulo {
  position: relative;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  background-color: white;
  border: 1px dashed red;
}