img {
  width:100px;
}

#grid {
  display:grid;
  grid-template-columns: 150px 150px 300px;
  grid-template-rows: 75px 75px 75px 75px;
}

body {
  font-family: Courier;
}