
h1,{
  font-family: "Courier";
  font-size: 40px; 
}
h2,{
  font-family: "Courier";
  font-size: 25px; 
}
p {
  font-family: "Courier";
  font-size: 20px; 
   color: black;
}

.grid-container { margin-right: -2%; }
.grid-container img {
  /* display: block; */
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 10px;
}
 
p img {
  width: 50px;
  margin: 0 5px 0 0;
}

