/*creates distance between Dave's former bands*/
.grid{
    display:grid;
    gap:10px;
    margin:20px;
}
/*creates the boxes around his former bands (I used this in the last assignment)*/
.grid div{
    border:2px solid black;
    padding:15px;
}