@import url(mtb.css);

html { background: none; color: blue; }

.comms
{ border: 4px groove blue; }
.music
{ border: 4px groove blue; width: 100%; }
 .music img { width:20%; margin: 5px; border: 2px blue solid; }
 
.row { max-width: 100%; display: flex; }
.row img { border: 4px blue groove; }

