body {
  background-color: black;
  font-family: 'Bebas Neue', cursive;
  color: white;
  max-width: 1250px;
}

div.song {
padding: 10px;
margin: 10px;
  border: 1px solid #333;
  width: 300px;
  background-color:#f1f3f4;
  //float: left;
  display: inline-block;

}

span.title,
span.date,
div.notes {
//color: #5577ff;
color:black;
}

div.notes {
 height: 50px;
}

span.date {
 float: right;
}

span.title {
 font-size: 22pt;
}

h1 {
  color: white;
  margin-left: 10px;
  }

img.songimg  {
width: 260px;
<!-- border: 2px solid ccc; -->
margin: 20px;
margin-bottom:30px;
}


.play_button,
.stop_button {
    float: left;
    color: black;
    cursor: pointer;
    font-size: 18pt;
}

.stop_button {
    float: right;
}

span#status {
    color: grey;
}
