.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.side-img {
  width: 200px;
  height: auto;
}

.center-img {
  width: 300px;
  height: auto;
}


#small { 
	margin-top:140px;
}