* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  font-size: 62.5%; /* 1rem = 10px */
}

body * {
  font-family: "Roboto", sans-serif;
}

body {
  background: #0f0d13;
  height: 100vh;
  display: grid;
  place-content: center;
}

#alinhamento_maior {
  display: flex;
  flex-direction: row;
  gap: 2.8rem;
}

#card_maior {
  width: 28rem;
  height: 49rem;
  border-radius: 1rem;
  background: #2a2141;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.capa {
  width: 22rem;
  margin-bottom: 3.8rem;
  border-radius: 1rem;
}

.nome_da_musica {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
  color: #e1e1e6;
  margin-bottom: 0.8rem;
}

.nome_da_banda {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #e1e1e6;
  opacity: 0.5;
  margin-bottom: 2.6rem;
}

.img_Player {
  width: 2.8rem;
  cursor: pointer;
}

.alinhamento_player {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 2.6rem;
}

.barra_carregamento {
  background: #8b8b8b;
  width: 100%;
  height: 0.6rem;
  border-radius: 0.9rem;
  margin-bottom: 1.4rem;
}

.barra_carregamento_comp {
  background: #ffffff;
  width: 0%;
  height: 0.6rem;
  border-radius: 0.9rem;
}

.alinhamento_time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  color: #c4c4cc;
  font-weight: 400;
  font-size: 1.3rem;
}

.alinhamento_lateral {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.alinhamento_box_maior {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

.alinhamento_box_maior div p {
  margin: 0;
}

#player_lateral_maior {
  width: 35rem;
  height: 26rem;
  background: #2a2141;
  border-radius: 1rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#player_lateral_maior .alinhamento_player {
  margin: 0;
}

#player_lateral_maior .barra_carregamento {
  margin: 0;
}

#player_lateral_menor {
  width: 35rem;
  height: 20rem;
  background: #2a2141;
  border-radius: 1rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#player_lateral_menor .alinhamento_player {
  margin-bottom: 1rem;
}

.img_default {
  border-radius: 1rem;
  width: 8rem;
}
