body {
    background-image: url(music_images/music_background.jpg)
}

h1 {
  color:#360326;
  background-color: #f9dfec;
  display: inline-block;
  font-family: Times New Roman; 
  padding: 20px;
  padding-right: 30px;
}

ul {
  background-color: #f9dfec;
  float: left;
  padding: 20px;
  list-style-type: none;
  margin-right: 15px;
  border: solid, 4px;
  border-color: #360326;
}

a:link {
  color: #360326;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #7ecce7;
  text-decoration: none;
  font-weight: bold;
}

a:active {
  color:#cca1bf;
  text-decoration: none;
}

.baofu {
  margin: 40px;
}

.bigdiv {
  display: flex;
  flex-wrap: wrap;
}

h5 {
  text-align: right;
}

.border {
  border: 45px solid transparent;
  border-image-source: url(music_images/cheetah_border.png);
  border-image-slice: 84;
  border-image-repeat: round;
  border-image-outset: 1px;
}

.listdiv {
  display: inline-block;
  padding: 15px;
  background-color: #efe3e9;
}

p {
  color: #360326;
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 25px;
}
  