*{
    box-sizing: border-box;
}


.tech{
	display: flex;
	justify-content: center;
	margin: 0 auto;
  font-size: 25px;
  font-family: Comic Sans MS;
}

.column {
	float: left;
	width: 50%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.column img {
	margin-top: 12px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1200px) {
  .row {
    display: flex;
    flex-direction: column;
  }
  .column {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .column img {
    max-width: 100%;
    height: auto;
  }
}

.stamprow{
	display: flex;
	justify-content: center;
}

.stamps{
	width: 147px;
	height: 81px;
}