body {
  background-image: url("music_background3.jpg");
}
h1 {
  color: white;
  background-color: black;
  text-align: center;
  margin: 0px;
}
.stuff_border {
  border: 4px dashed white;
  margin-bottom: 25px;
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
.stuff {
  color: white;
  background-color: black;
  padding: 10px;
}
.big_box {
  background-image: url("dotdotdot.jpg");
  margin-left: 185px;
  margin-right: 185px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  border-left: 5px solid grey;
  border-right: 5px solid grey;
  border-top: 15px solid grey;
  border-bottom: 15px solid grey;
  text-align: center;
}
p3 {
  color: red;
  background-color: black;
  text-align: center;
  margin-bottom: 40px;
}
.song_border {
  border: 2px solid white;
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 100px;
}
.song_stuff {
  text-align: left;
  color: white;
  background-color: black;
  margin: 0px;
}
h4 {
  text-decoration: underline;
}
.song_body1 {
  display: grid;
  background-color: black;
  grid-template-rows: 2fr 4fr;
  grid-template-columns: 2fr 6fr;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  margin-bottom: 25px;
}
.album_cover {
  width: 100%;
  height: 100%;
  grid-row: 1 / span 2;
  object-fit: cover;
  margin-left: 10px;
}
.picy {
  object-fit: cover;
  width: 100%;
}
.song_title {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
.song_info {
  width: 100%;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}