.square {
  background-color: #f0f8ff; /* Light blue or any other desired color */
  padding: 10px;
  text-align: center;
}

.square img {
  max-width: 100%;
  height: auto;
}

.square p {
  margin: 0;
  padding-top: 10px;
}

