body{
      font-family: Arial, sans-serif;

}
.title{
    width: 30cm;
  display: block;
  margin: auto;
}
.about{
text-align: center;
  margin: 0 auto 2rem auto;
  line-height: 1.5;
  color: #555;
}
.container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;               
  max-width: 900px;         
  margin: 0 auto 3rem auto; /*top right bottom left*/
}

.box{
display: flex;
  flex-direction: column; 
  align-items: center; 
}
.box img{

 width: 150px;
  height: 100px;
 
}
.box h1{
    font-family: Courier New;
  font-size: 10px;
  margin-bottom: 0.5rem;
 font-weight: lighter;
}