#displayer{
  display: block;
  margin-left:auto;
  margin-right:auto;
  width: min(90%, 760px);
  max-width: 100%;
  text-align: center;
  justify-content: center;
}
.nextSong{
  margin-top: 1rem;
  margin-bottom: 2rem;
}

footer{
  border: solid black;
  max-width: 100%;
}

@media (max-width: 678px) {
  footer{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

  margin: 0;
  padding: 0;

  margin-top: 4rem;

  height: 3rem;
  width: 100%;
  max-width: 100%;

  background-color: #0e0e0e;

  vertical-align: middle;
  align-items: center;
}
footer p{
  
  min-height: 100%;
  width: 100%;
  
  margin: auto;
  padding: 0 1rem;
  
  line-height: 1.3;
  align-content: center;
  text-align: center;
  font-size: larger;
  overflow-wrap: anywhere;

  color: white;
  text-shadow: 1px 1px 2px rgb(0, 0, 0), /* Offset-X | Offset-Y | Blur | Color */
                -1px -1px 2px rgb(0, 0, 0), /* Offset-X | Offset-Y | Blur | Color */
                 1px -1px 2px rgb(0, 0, 0), /* Offset-X | Offset-Y | Blur | Color */
                -1px 1px 2px rgb(0, 0, 0); /* Offset-X | Offset-Y | Blur | Color */
}
footer span{
  color: red;
}
}
