body {
  background-image: linear-gradient(#2bded5, #79008f);
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #d6d6ea;
}

.container-aplicativo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

button {
  background-color: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
}

.music-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#informacoes-faixa {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0 1rem 0;
  font-size: 1.5rem;
}


#anterior, #proximo {
  font-size: 3rem;
}

#play-pause {
  font-size: 4rem;
}

#container-botoes {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

@media (max-width: 800px) {
  body {
    background-image: linear-gradient(#2bded5, #79008f);
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #d6d6ea;
  }

  .container-aplicativo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  button {
    background-color: inherit;
    color: inherit;
    border: none;
    cursor: pointer;
  }

  .music-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #informacoes-faixa {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0 1rem 0;
    font-size: 1.5rem;
  }


  #anterior, #proximo {
    font-size: 3rem;
  }
  #capa{
    width: 85%;
  }

  #play-pause {
    font-size: 4rem;
  }

  #container-botoes {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
