Route the DATA packets to the SECURE TARGET nodes using CSS Grid properties.
#player-layer {
display: grid;
}
grid-template-columns:
grid-template-rows:
justify-content:
align-items:
gap:
repeat(x, 1fr)
center;
space-between;