#toggleButtons {
	width:900px;
	display: grid;
  	grid-gap: 10px;  /* Simply adjust this value !*/
  	grid-template-columns: repeat(6, 1fr); /* OR grid-template-columns: 1fr 1fr 1fr;*/
  	grid-auto-rows: 1fr;
  	text-align: center;
  	margin: auto;
  	vertical-align: middle;
}
#guns {
    width: 100px;
    height: 50px;
    margin-right: 3px;
    background-color: #000;
    border: solid red 1px;
}