body{
  background: linear-gradient(to bottom, rgba(0, 2, 6, 0.6), rgba(55, 55, 55, 0.3)),
    url(../images/background2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: rgb(193, 212, 255);
  margin: 0 auto;
}

h5{
  font-family: 'Dancing Script', Arial, cursive;
  font-size: 22px;
  color: rgb(193, 212, 255);
  text-shadow: 1px 1px #000;
  text-transform: capitalize;
  letter-spacing: .13em;
  font-weight: bold;
}

iframe{
    width: 400px;
    height: 300px;
}

ul{
    list-style-type: none;
    padding-left: 0;
}

.music_list p{
    color: rgb(193, 212, 255);
}

footer{
  position: sticky;
  bottom: 0;
}





