Inside the .grid-container rule, define the property and value needed to create a CSS grid.
.grid-container
Make sure to type display: grid;.
display: grid;