body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.column {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px;
    text-align: center;
    max-width: 100px;
}
p{
    font-size: 10px;
}
.img{
   height: 150px; 
}
#title{
  font-size: 17px;
}
.desc{
  font-size: 14px;
}