@charset "UTF-8";

h1 {
    color: #ffffff;
      font-size: 4em;
      padding-top: 10px;
      font-family: "Book Antiqua";
      text-align: center;
  }

.grid
 {
  display: grid;
  grid-template-columns: repeat(3,150px); 
  grid-template-rows: repeat(3,150px);
  grid-gap: 300px 300px; 
  place-items: center;
  margin: auto;
  margin-top: 160px;
  margin-bottom: 200px;
}

figcaption {
    color: white;
    font-family: "century gothic";
    text-align: center;
    font-size: 1.1em;
}