.headline {
	text-align: center;
	font-size: 150%
}
.floated-left {
	float: left;
	padding-right: 10px
}
.floated-right{
  float: right;
  padding-left: 10px;
}
.row {
  display: flex;
	justify-content: center;
	flex-wrap: wrap
}
.column {
	padding: 5px;
	justify-items: center;
	flex: 0 0 50px
}
