body {
  margin: 0px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 128px);
  grid-template-rows: repeat(4, 128px);
}