* {
  box-sizing: border-box;
}
.gridsound {
   margin: 0 auto;
}
.gridsound {
  display: grid;
justify-content: center;
  grid-gap: 10px;
grid-auto-rows: min-content;
}
.dj
{

width: 350px;
text-align: right;
 height: 2em;
 grid-column:2 / 2;
  grid-row: 1;
  }
.oned {

 width: 85px;
  grid-column:1 /2;
  grid-row: 1;
}
.twod {

  grid-column: 2 / 2;
  grid-row: 1;
}
